PokiMannn commited on
Commit
7c35f01
1 Parent(s): 78b2da7

Update app.py

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