wangzerui commited on
Commit
50177ec
·
1 Parent(s): c64b8ce
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ Please try again or contact support if issues persist."""
141
 
142
  if __name__ == "__main__":
143
  demo = create_interface()
144
- demo.launch()
 
141
 
142
  if __name__ == "__main__":
143
  demo = create_interface()
144
+ demo.launch(share=True)