Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
|
|
37 |
# On clicking the download button, provide the log file for download
|
38 |
download_button.click(fn=get_log_file, inputs=[], outputs=download_file)
|
39 |
|
40 |
-
demo.launch()
|
|
|
37 |
# On clicking the download button, provide the log file for download
|
38 |
download_button.click(fn=get_log_file, inputs=[], outputs=download_file)
|
39 |
|
40 |
+
demo.launch(share = True)
|