Edward Nagy commited on
Commit
ea5467e
·
unverified ·
1 Parent(s): cb0ce1f

Set share=True

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)
49
 
 
45
  ],
46
  outputs=gr.Image(type="pil"))
47
 
48
+ demo.launch(debug=True, share=True)
49