Spaces:
Runtime error
Runtime error
machde-edu
commited on
Commit
•
ab5b187
1
Parent(s):
db731cc
fix photos
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ Iface = gr.Interface(
|
|
39 |
outputs=label,
|
40 |
layout="vertical",
|
41 |
theme="seafoam",
|
42 |
-
examples=[["test_img/pajaro-test.
|
43 |
title=titulo,
|
44 |
article=pie_pag,
|
45 |
description=descripcion,
|
|
|
39 |
outputs=label,
|
40 |
layout="vertical",
|
41 |
theme="seafoam",
|
42 |
+
examples=[["test_img/pajaro-test.jpg"], ["test_img/coche-test.jpg"], ["test_img/perro-test.jpg"]],
|
43 |
title=titulo,
|
44 |
article=pie_pag,
|
45 |
description=descripcion,
|