BenyGh2003 commited on
Commit
a1f88ab
1 Parent(s): ce704dc

Upload 6 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ label_output = gr.outputs.Label()
31
  iface= gr.Interface(fn=predict, inputs=image_input, outputs=label_output, examples=examples,
32
  title="Identifying Skin Cancer", description="Predicts whether an image of skin is cancerous or not")
33
 
34
- iface.launch(share=True)
 
31
  iface= gr.Interface(fn=predict, inputs=image_input, outputs=label_output, examples=examples,
32
  title="Identifying Skin Cancer", description="Predicts whether an image of skin is cancerous or not")
33
 
34
+ iface.launch()