cstr commited on
Commit
aac6360
1 Parent(s): 887a0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)