Aadityaramrame commited on
Commit
333ec68
·
verified ·
1 Parent(s): f51d3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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