rongguangw commited on
Commit
9a862ae
·
verified ·
1 Parent(s): 337b319

add share to launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ with gr.Blocks() as demo:
91
  gr.Markdown(citation)
92
 
93
  if __name__ == "__main__":
94
- demo.launch(debug=True, allowed_paths=["dataset/"])
 
91
  gr.Markdown(citation)
92
 
93
  if __name__ == "__main__":
94
+ demo.launch(debug=True, share=True, allowed_paths=["dataset/"])