ajeetkumar01 commited on
Commit
4c0f260
·
verified ·
1 Parent(s): 76ad804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -26,10 +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
- examples=[
31
- ["example.jpg"], # Replace "example.jpg" with actual example image file path
32
- ]
33
  )
34
 
35
  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)