aupfe08 commited on
Commit
526351d
·
verified ·
1 Parent(s): 3d42258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ gr.Interface(
15
  inputs=gr.Image(type="pil", label="Upload image"),
16
  outputs=gr.Label(num_top_classes=3),
17
  title="Image Classifier (pre-tuned)",
18
- examples=[ ["banana-1.jpg"], ["cat1.jpg"], ["zebra.jpg"] ]
19
  ).launch()
 
15
  inputs=gr.Image(type="pil", label="Upload image"),
16
  outputs=gr.Label(num_top_classes=3),
17
  title="Image Classifier (pre-tuned)",
18
+ examples=["banana-1.jpg", "cat1.jpg", "zebra.jpg"]
19
  ).launch()