Toptopito commited on
Commit
dacdeed
·
1 Parent(s): 7eff85c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ examples = ['./unseen_data/NORMAL/NORMAL2-IM-1427-0001.jpeg',
18
 
19
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
20
 
21
- intf.launch(inline=False)
 
18
 
19
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
20
 
21
+ intf.launch(inline=False, share=True)