gourisankar85 commited on
Commit
fcf6980
·
verified ·
1 Parent(s): 61efbc3

Update app.py

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)