MedicalAILabo commited on
Commit
af473ac
·
1 Parent(s): a52351b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def test_classification(input_img):
42
 
43
 
44
  iface = gr.Interface(fn=test_classification, inputs=gr.inputs.Image(type="pil"), outputs="dataframe")
45
- iface.launch(share=True)
 
42
 
43
 
44
  iface = gr.Interface(fn=test_classification, inputs=gr.inputs.Image(type="pil"), outputs="dataframe")
45
+ iface.launch()