Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def classify_img(img):
|
|
| 12 |
|
| 13 |
image = gr.Image()
|
| 14 |
labels = gr.Label()
|
| 15 |
-
examples = ['Leukemia Cells_allbloodsmear.jpg', '
|
| 16 |
|
| 17 |
intf = gr.Interface(
|
| 18 |
fn=classify_img,
|
|
|
|
| 12 |
|
| 13 |
image = gr.Image()
|
| 14 |
labels = gr.Label()
|
| 15 |
+
examples = ['Leukemia Cells_allbloodsmear.jpg', 'image_2024-05-28_220024051.png', 'Thalassemia Cells_pathology_thalassemiaminor40x03.jpg']
|
| 16 |
|
| 17 |
intf = gr.Interface(
|
| 18 |
fn=classify_img,
|