ajeetkumar01 commited on
Commit
0cabc87
·
verified ·
1 Parent(s): 4c0f260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
26
  title="Skin Cancer Prediction",
27
  description="Upload an image containing skin lesion to predict if it is malignant or benign.",
28
  theme="huggingface",
29
- allow_flagging=False
30
  )
31
 
32
  iface.launch(share=True)
 
26
  title="Skin Cancer Prediction",
27
  description="Upload an image containing skin lesion to predict if it is malignant or benign.",
28
  theme="huggingface",
29
+ # allow_flagging=False
30
  )
31
 
32
  iface.launch(share=True)