qbrcsupport commited on
Commit
ef78d43
·
verified ·
1 Parent(s): b3b6061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -601,5 +601,5 @@ with gr.Blocks() as demo:
601
 
602
 
603
  if __name__ == "__main__":
604
- demo.launch()
605
 
 
601
 
602
 
603
  if __name__ == "__main__":
604
+ demo.launch(share=True)
605