GhaSiKey commited on
Commit
f34b3f8
1 Parent(s): 1d83e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def predict(inp):
19
  demo = gr.Interface(fn=predict,
20
  inputs=gr.inputs.Image(type="pil"),
21
  outputs=gr.outputs.Label(num_top_classes=3),
22
- examples=[["dog.jpg","chair.jpg"]],
23
  share=True,
24
  )
25
 
 
19
  demo = gr.Interface(fn=predict,
20
  inputs=gr.inputs.Image(type="pil"),
21
  outputs=gr.outputs.Label(num_top_classes=3),
22
+ examples=[["chair.jpg"]],
23
  share=True,
24
  )
25