Spaces:
Sleeping
Sleeping
Update app.py
#1
by
DrTech
- opened
app.py
CHANGED
@@ -60,7 +60,7 @@ def classify_image(pil_image):
|
|
60 |
iface = gr.Interface(fn=classify_image,
|
61 |
inputs="image",
|
62 |
outputs=["text", "image"],
|
63 |
-
examples=
|
64 |
title= "SEM IMAGES CLASSIFICATION",
|
65 |
description= "Fibres, Nanowires, Particles, Powder SEM görüntülerini sınıflandıran model arayüzü",
|
66 |
theme=gr.themes.Soft(),
|
|
|
60 |
iface = gr.Interface(fn=classify_image,
|
61 |
inputs="image",
|
62 |
outputs=["text", "image"],
|
63 |
+
examples={"particle": "L9_1b95a3808073c0edad3454d1dedf3dcc.jpg","fibres":"L6_0a171beb21a6f4d6fef31f8ccb400eae.jpg","nano":"L2_00a6b5e9806a8b072b98fdeacb3f45b5.jpg","powders":"L4_0b02898e9d31954dd5378e0ffbdb9a41.jpg"},
|
64 |
title= "SEM IMAGES CLASSIFICATION",
|
65 |
description= "Fibres, Nanowires, Particles, Powder SEM görüntülerini sınıflandıran model arayüzü",
|
66 |
theme=gr.themes.Soft(),
|