Muhammad Abdiel Al Hafiz
commited on
Commit
·
23fec88
1
Parent(s):
a15990f
fix images name
Browse files
app.py
CHANGED
@@ -25,11 +25,11 @@ def predict_image(image):
|
|
25 |
# Example images
|
26 |
example_images = [
|
27 |
["exp_eye_images/0_right_h.png"],
|
28 |
-
["exp_eye_images/03fd50da928d_dr"],
|
29 |
-
["exp_eye_images/108_right_h"],
|
30 |
-
["exp_eye_images/1062_right_c"],
|
31 |
-
["exp_eye_images/1084_right_c"],
|
32 |
-
["exp_eye_images/image_1002_g"]
|
33 |
]
|
34 |
|
35 |
# Gradio Interface
|
|
|
25 |
# Example images
|
26 |
example_images = [
|
27 |
["exp_eye_images/0_right_h.png"],
|
28 |
+
["exp_eye_images/03fd50da928d_dr.png"],
|
29 |
+
["exp_eye_images/108_right_h.png"],
|
30 |
+
["exp_eye_images/1062_right_c.png"],
|
31 |
+
["exp_eye_images/1084_right_c.png"],
|
32 |
+
["exp_eye_images/image_1002_g.png"]
|
33 |
]
|
34 |
|
35 |
# Gradio Interface
|