XingeTong commited on
Commit
0b48d16
·
verified ·
1 Parent(s): dad0e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,6 +391,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
391
 
392
  if __name__ == "__main__":
393
  demo.launch(
394
- share=False,
395
  show_error=True
396
  )
 
391
 
392
  if __name__ == "__main__":
393
  demo.launch(
394
+ share=True,
395
  show_error=True
396
  )