svjack commited on
Commit
bd96660
·
verified ·
1 Parent(s): 407c101

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -378,4 +378,4 @@ with gr.Blocks(css=css) as demo:
378
  outputs=[output]
379
  )
380
 
381
- demo.queue().launch(show_api=False, show_error=True, ssr_mode=False)
 
378
  outputs=[output]
379
  )
380
 
381
+ demo.queue().launch(show_api=False, show_error=True, ssr_mode=False, share = True)