ak0601 commited on
Commit
00d98ad
1 Parent(s): 5e19fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ def predict(image):
31
 
32
  gr.Interface(fn=predict,
33
  inputs=gr.Image(),
34
- outputs=[gr.Label(num_top_classes=3), gr.outputs.Textbox('infer',label='Inference Time')],
35
  examples='1.jpg 2.jpg'.split(' ')).launch()
 
31
 
32
  gr.Interface(fn=predict,
33
  inputs=gr.Image(),
34
+ outputs=[gr.Label(num_top_classes=3), gr.Textbox('infer',label='Inference Time')],
35
  examples='1.jpg 2.jpg'.split(' ')).launch()