Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,10 +51,6 @@ demo = gr.Interface(
|
|
| 51 |
"Upload a blood cell image to classify its type using a trained CNN model.\n"
|
| 52 |
"Model trained on microscopic blood cell images for cancer detection."
|
| 53 |
),
|
| 54 |
-
examples=[
|
| 55 |
-
["https://huggingface.co/Aadityaramrame/Cancerclassification/resolve/main/Screenshot%202025-10-28%20at%205.04.43%20PM.png"],
|
| 56 |
-
["https://huggingface.co/Aadityaramrame/Cancerclassification/resolve/main/Screenshot%202025-10-29%20at%209.15.37%20AM.png"]
|
| 57 |
-
],
|
| 58 |
theme="soft"
|
| 59 |
)
|
| 60 |
|
|
|
|
| 51 |
"Upload a blood cell image to classify its type using a trained CNN model.\n"
|
| 52 |
"Model trained on microscopic blood cell images for cancer detection."
|
| 53 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
theme="soft"
|
| 55 |
)
|
| 56 |
|