svjack commited on
Commit
937fe65
·
verified ·
1 Parent(s): 228924b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks() as demo:
107
  )
108
 
109
  # Launch the Gradio app
110
- demo.queue().launch()
 
107
  )
108
 
109
  # Launch the Gradio app
110
+ demo.queue().launch(share = True)