iricardoxd commited on
Commit
6a470b9
·
verified ·
1 Parent(s): e23ce1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks(css="style.css") as demo:
98
  outputs=img,
99
  )
100
 
101
- demo.queue().launch()
 
98
  outputs=img,
99
  )
100
 
101
+ demo.queue().launch(share=True)