Jfink09 commited on
Commit
e2edd73
·
1 Parent(s): db44c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -80,10 +80,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
80
  outputs=[gr.Label(num_top_classes=3, label="Predictions"), # what are the outputs?
81
  gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
82
  # Create examples list from "examples/" directory
83
- examples=example_list)
84
- #title=title,
85
- #description=description,
86
- #article=article)
87
 
88
  # Launch the demo!
89
  demo.launch()
 
80
  outputs=[gr.Label(num_top_classes=3, label="Predictions"), # what are the outputs?
81
  gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
82
  # Create examples list from "examples/" directory
83
+ examples=example_list)
 
 
 
84
 
85
  # Launch the demo!
86
  demo.launch()