awacke1 commited on
Commit
e73e60a
·
1 Parent(s): 4905f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,5 +127,5 @@ iface = gr.Interface(predict, [gr.inputs.Image(type='filepath'),
127
  gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
128
 
129
  #iface.launch()
130
- iface.launch(share=True)
131
 
 
127
  gr.outputs.Image(type="pil"), title=title,description=description,examples=examples)
128
 
129
  #iface.launch()
130
+ iface.launch()
131