ashu316 commited on
Commit
9795a60
·
verified ·
1 Parent(s): 8be02f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,4 +197,4 @@ with gr.Blocks() as demo:
197
  download_btn.click(fn=download_log, inputs=[], outputs=log_file)
198
 
199
 
200
- demo.launch(shared=True)
 
197
  download_btn.click(fn=download_log, inputs=[], outputs=log_file)
198
 
199
 
200
+ demo.launch()