Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -715,4 +715,4 @@ with gr.Blocks() as iface:
|
|
715 |
inputs=[input_source, pipeline_type, model_id, dtype, batch_size, download_method, start_time, end_time, verbose],
|
716 |
)
|
717 |
|
718 |
-
iface.launch()
|
|
|
715 |
inputs=[input_source, pipeline_type, model_id, dtype, batch_size, download_method, start_time, end_time, verbose],
|
716 |
)
|
717 |
|
718 |
+
iface.launch(share=False, debug=True)
|