minemaster01 commited on
Commit
9a755d5
·
verified ·
1 Parent(s): 266c914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,4 +291,4 @@ with gr.Blocks() as gradio_app:
291
  """)
292
 
293
  if __name__ == "__main__":
294
- gradio_app.launch()
 
291
  """)
292
 
293
  if __name__ == "__main__":
294
+ gradio_app.launch(share=True)