Javier Flores commited on
Commit
ab442b8
β€’
1 Parent(s): 789c76e
Examples/Imagen.jpg ADDED
Examples/Imagen1.jpg DELETED
Binary file (121 kB)
 
Examples/{Imagen2.jpg β†’ Img2.jpg} RENAMED
File without changes
app.py CHANGED
@@ -159,7 +159,7 @@ gr.Markdown("Si quieres ver el codigo, puedes dar click en el boton de abajo.")
159
  inp = gr.Image(type="pil")
160
  output = gr.Image(type="pil")
161
 
162
- examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
163
 
164
  io=gr.Interface(fn=Custom_detect, inputs=inp, outputs=output, title='Prueba de GuardIA',examples=examples,cache_examples=False)
165
  io.launch()
 
159
  inp = gr.Image(type="pil")
160
  output = gr.Image(type="pil")
161
 
162
+ examples=[["Examples/Imagen.jpg","Image1"],["Examples/Img2.jpg","Image2"]]
163
 
164
  io=gr.Interface(fn=Custom_detect, inputs=inp, outputs=output, title='Prueba de GuardIA',examples=examples,cache_examples=False)
165
  io.launch()