Dricz commited on
Commit
6cce185
1 Parent(s): e1c8e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,4 +73,5 @@ yolo_app = gr.Interface(
73
  # Launch the Gradio interface in debug mode with queue enabled
74
  yolo_app.launch()
75
 
76
-
 
 
73
  # Launch the Gradio interface in debug mode with queue enabled
74
  yolo_app.launch()
75
 
76
+ iface = gr.Interface(fn=response, inputs=inputs, outputs="image")
77
+ iface.launch()