csukuangfj commited on
Commit
4eda460
·
1 Parent(s): 97028f6

set share to True

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