Spaces:
Sleeping
Sleeping
Commit
·
6022e1b
1
Parent(s):
ce5199f
Update app.py
Browse files
app.py
CHANGED
@@ -60,13 +60,12 @@ def classify_image(pil_image):
|
|
60 |
iface = gr.Interface(fn=classify_image,
|
61 |
inputs="image",
|
62 |
outputs=["text", "image"],
|
63 |
-
examples=[
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
"L4_0b02898e9d31954dd5378e0ffbdb9a41.jpg"
|
68 |
-
],
|
69 |
live=True)
|
70 |
|
71 |
|
72 |
iface.launch()
|
|
|
|
60 |
iface = gr.Interface(fn=classify_image,
|
61 |
inputs="image",
|
62 |
outputs=["text", "image"],
|
63 |
+
examples=["L9_1b95a3808073c0edad3454d1dedf3dcc.jpg","L6_0a171beb21a6f4d6fef31f8ccb400eae.jpg","L2_00a6b5e9806a8b072b98fdeacb3f45b5.jpg","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(),
|
|
|
|
|
67 |
live=True)
|
68 |
|
69 |
|
70 |
iface.launch()
|
71 |
+
|