kedimestan commited on
Commit
7489465
·
verified ·
1 Parent(s): 6ea77b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)