Aadityaramrame commited on
Commit
f51d3a2
·
verified ·
1 Parent(s): 2bbb582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ demo = gr.Interface(
52
  "Model trained on microscopic blood cell images for cancer detection."
53
  ),
54
  examples=[
55
- ["example1.jpg"],
56
- ["example2.jpg"]
57
  ],
58
  theme="soft"
59
  )
 
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
  )