Update app.py
Browse files
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)
|