alvarobartt HF Staff commited on
Commit
c0cc20a
·
verified ·
1 Parent(s): d3f9719

Add `share=True` to prevent `RuntimeError` (?)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks(css=css) as demo:
183
  )
184
 
185
  demo.queue()
186
- demo.launch()
 
183
  )
184
 
185
  demo.queue()
186
+ demo.launch(share=True)