QLWD commited on
Commit
4f37da0
·
verified ·
1 Parent(s): 386435d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
194
  )
195
 
196
  if __name__ == "__main__":
197
- demo.launch()
 
194
  )
195
 
196
  if __name__ == "__main__":
197
+ demo.launch(share=True)