xinglilu commited on
Commit
8151bd1
·
verified ·
1 Parent(s): eb92a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,4 +136,4 @@ with gr.Blocks(css=css) as demo:
136
  outputs=[result]
137
  )
138
 
139
- demo.queue().launch()
 
136
  outputs=[result]
137
  )
138
 
139
+ demo.queue().launch(share=True)