sankhyikii commited on
Commit
d93cb75
·
1 Parent(s): cd9ee90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ def predict(img):
51
 
52
 
53
  iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type='pil'), outputs="label").launch()
54
- iface.launch()
 
51
 
52
 
53
  iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type='pil'), outputs="label").launch()
54
+ iface.launch(share=True)