svjack commited on
Commit
c379eb7
·
verified ·
1 Parent(s): 3aac922

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
146
  outputs = [video_result]
147
  )
148
 
149
- demo.queue().launch(show_api=False, show_error=True)
150
 
151
 
152
 
 
146
  outputs = [video_result]
147
  )
148
 
149
+ demo.queue().launch(share = True ,show_api=True, show_error=True)
150
 
151
 
152