Javier Flores commited on
Commit ·
a448ad3
1
Parent(s): ab442b8
sassas
Browse files
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/
|
| 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/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()
|