Update app.py
Browse files
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)
|