Gourisankar Padihary commited on
Commit
c4581cc
·
1 Parent(s): 64b3de4

debug deployment issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ def launch_gradio(config : AppConfig):
178
  # Set button click to trigger log updates
179
  start_log_button.click(fn=get_logs, outputs=log_section)
180
 
181
- interface.launch()
 
178
  # Set button click to trigger log updates
179
  start_log_button.click(fn=get_logs, outputs=log_section)
180
 
181
+ interface.launch(share=True, debug=True)