Edward Nagy commited on
Commit
3689098
1 Parent(s): ea5467e

Revert share change

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