Update app.py
Browse files
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)
|