Javier Flores commited on
Commit ·
756a93b
1
Parent(s): d01ac80
sa
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ para la empresa GCC , la imagen debe contener cualquiera equipo contra acidentes
|
|
| 176 |
* Botas de Seguridad. ...
|
| 177 |
* Fuentes"""
|
| 178 |
gr.Image("banner.jpg", width=400)
|
| 179 |
-
inp = gr.Image(
|
| 180 |
output = gr.Image(type="pil")
|
| 181 |
|
| 182 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
|
|
|
|
| 176 |
* Botas de Seguridad. ...
|
| 177 |
* Fuentes"""
|
| 178 |
gr.Image("banner.jpg", width=400)
|
| 179 |
+
inp = gr.Image(type="pil")
|
| 180 |
output = gr.Image(type="pil")
|
| 181 |
|
| 182 |
examples=[["Examples/Image1.jpg","Image1"],["Examples/Image2.jpg","Image2"]]
|