Dricz commited on
Commit
33110c9
1 Parent(s): 94ef2cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,5 +95,5 @@ examples = [['th (11).jpg', 900, 0.5, 0.8],
95
  # Launch the Gradio interface in debug mode with queue enabled
96
  # yolo_app.launch()
97
 
98
- iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs)
99
  iface.launch(debug=True)
 
95
  # Launch the Gradio interface in debug mode with queue enabled
96
  # yolo_app.launch()
97
 
98
+ iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs, examples=examples)
99
  iface.launch(debug=True)