lyimo commited on
Commit
0bd3730
·
verified ·
1 Parent(s): 250e3ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ examples = ['image.jpeg']
20
  interpretation='default'
21
  enable_queue=True
22
 
23
- gr.Interface(fn=predict,inputs=gr.Image(shape=(512, 512)),outputs=gr.Label(num_top_classes=3),examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
 
20
  interpretation='default'
21
  enable_queue=True
22
 
23
+ gr.Interface(fn=predict,inputs=gr.Image(shape=(512, 512)),outputs=gr.Label(num_top_classes=3),interpretation=interpretation,enable_queue=enable_queue).launch()