afroanton commited on
Commit
f8c9443
·
1 Parent(s): ff532be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ demo = gr.Interface(
43
  ],
44
  outputs=gr.Image(type="pil"))
45
 
46
- demo.launch(share=True)
47
 
 
43
  ],
44
  outputs=gr.Image(type="pil"))
45
 
46
+ demo.launch()
47