5m4ck3r commited on
Commit
ed9d9fa
1 Parent(s): caa50ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ gr = gradio.Interface(
99
  [gradio.Image(type="pil"), gradio.Text()],
100
  gradio.Image(type="pil")
101
  )
102
- gr.launch(debug=True)
 
99
  [gradio.Image(type="pil"), gradio.Text()],
100
  gradio.Image(type="pil")
101
  )
102
+ gr.launch(share=True)