Javier Flores
commited on
Commit
·
ec5bd17
1
Parent(s):
d702335
as
Browse files
app.py
CHANGED
@@ -157,5 +157,5 @@ output = gr.Image(type="pil")
|
|
157 |
|
158 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
|
159 |
|
160 |
-
io=gr.Interface(fn=Custom_detect, inputs=inp, outputs=output, title='
|
161 |
io.launch()
|
|
|
157 |
|
158 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
|
159 |
|
160 |
+
io=gr.Interface(fn=Custom_detect, inputs=inp, outputs=output, title='Prueba de GuardIA',examples=examples,cache_examples=False)
|
161 |
io.launch()
|