Shriharsh commited on
Commit
9c092ef
·
verified ·
1 Parent(s): 92ed534

Update app.py

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