Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ with gr.Blocks() as interface:
|
|
99 |
|
100 |
fetch_button.click(fetch_and_download, inputs=[], outputs=[output_message, download_file])
|
101 |
|
102 |
-
interface.launch()
|
|
|
99 |
|
100 |
fetch_button.click(fetch_and_download, inputs=[], outputs=[output_message, download_file])
|
101 |
|
102 |
+
interface.launch(share=True)
|