YashuSinghal commited on
Commit
852b7cc
·
verified ·
1 Parent(s): c1c1831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ demo = gr.Interface(fn=predict,
31
  outputs=[gr.Label(num_top_classes=3,label="Predictions")],
32
  title="Potato Disease Classification",
33
  description="",
34
- examples=['sample_images\potato_early_blight.JPG','sample_images\potato_healty.JPG','sample_images\potato_late_blight.JPG'],
35
  allow_flagging="never",
36
  article=article,
37
  theme=gr.themes.Soft(),
 
31
  outputs=[gr.Label(num_top_classes=3,label="Predictions")],
32
  title="Potato Disease Classification",
33
  description="",
34
+ examples=['sample_images/potato_early_blight.JPG','sample_images/potato_healty.JPG','sample_images/potato_late_blight.JPG'],
35
  allow_flagging="never",
36
  article=article,
37
  theme=gr.themes.Soft(),