csukuangfj commited on
Commit
2e424ef
1 Parent(s): ba8851f

Enable sharing.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,4 +203,4 @@ if __name__ == "__main__":
203
 
204
  logging.basicConfig(format=formatter, level=logging.INFO)
205
 
206
- demo.launch()
 
203
 
204
  logging.basicConfig(format=formatter, level=logging.INFO)
205
 
206
+ demo.launch(share=True)