machde-edu commited on
Commit
ab5b187
1 Parent(s): db731cc

fix photos

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg"], ["test_img/coche-test.jpg"], ["test_img/perro-test.jpg"]],
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,