Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ def predict_image(image):
|
|
21 |
return prediction[0]
|
22 |
|
23 |
imagenes_muestra =[
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
]
|
28 |
iface = gr.Interface(
|
29 |
fn = predict_image,
|
|
|
21 |
return prediction[0]
|
22 |
|
23 |
imagenes_muestra =[
|
24 |
+
[os.path.join(os.path.abspath(''), "0.png")],
|
25 |
+
[os.path.join(os.path.abspath(''), "5.png")],
|
26 |
+
[os.path.join(os.path.abspath(''), "7.png")],
|
27 |
]
|
28 |
iface = gr.Interface(
|
29 |
fn = predict_image,
|