Saim8250 commited on
Commit
e73825a
·
1 Parent(s): 43200fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ image =gr.inputs.Image(shape=(192,192))
16
  label =gr.outputs.Label()
17
  example=['mel.jpg','akiec.jpg','vasc.jpg']
18
  intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=example)
19
- intf.launch(share=True)
 
16
  label =gr.outputs.Label()
17
  example=['mel.jpg','akiec.jpg','vasc.jpg']
18
  intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=example)
19
+ intf.launch(inline=False,share=False)