ishaal007 commited on
Commit
2288b3c
·
1 Parent(s): c953dde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
66
  inputs=gr.Image(type="pil"), # what are the inputs?
67
  outputs=[gr.Label(num_top_classes=3, label="Predictions"), # what are the outputs?
68
  gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
69
- examples=["Headphones17.jpg","Image_16.jpg","Image_20.jpg"]
70
  title=title,
71
  description=description,
72
  article=article)
 
66
  inputs=gr.Image(type="pil"), # what are the inputs?
67
  outputs=[gr.Label(num_top_classes=3, label="Predictions"), # what are the outputs?
68
  gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
69
+ examples=["Headphones17.jpg","Image_16.jpg","Image_20.jpg"],
70
  title=title,
71
  description=description,
72
  article=article)