Javier Flores
commited on
Commit
·
789c76e
1
Parent(s):
413e1c0
sas
Browse files- Examples/Image1.jpg +0 -0
- Examples/Image2.jpg +0 -0
- Examples/Imagen1.jpg +0 -0
- Examples/Imagen2.jpg +0 -0
- app.py +4 -0
Examples/Image1.jpg
DELETED
Binary file (121 kB)
|
|
Examples/Image2.jpg
DELETED
Binary file (25.3 kB)
|
|
Examples/Imagen1.jpg
ADDED
![]() |
Examples/Imagen2.jpg
ADDED
![]() |
app.py
CHANGED
@@ -152,6 +152,10 @@ def Custom_detect(img):
|
|
152 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
153 |
|
154 |
return Image.fromarray(im0[:,:,::-1])
|
|
|
|
|
|
|
|
|
155 |
inp = gr.Image(type="pil")
|
156 |
output = gr.Image(type="pil")
|
157 |
|
|
|
152 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
153 |
|
154 |
return Image.fromarray(im0[:,:,::-1])
|
155 |
+
#add description
|
156 |
+
gr.Markdown("Este espacio esta hecho para GCC, con el puro echo demostrativo.")
|
157 |
+
gr.Markdown("Para poder usarlo, solo debes de subir una imagen o video, y esperar a que se procese.")
|
158 |
+
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 |
|