svjack commited on
Commit
70eb95f
·
verified ·
1 Parent(s): b3e0357

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -363,4 +363,4 @@ with gr.Blocks() as demo:
363
  )
364
 
365
  # Launch the Gradio app
366
- demo.launch()
 
363
  )
364
 
365
  # Launch the Gradio app
366
+ demo.launch(share = True)