Javier Flores
commited on
Commit
·
aa61022
1
Parent(s):
b9571c3
sa
Browse files
app.py
CHANGED
@@ -166,8 +166,13 @@ def Custom_detect(img):
|
|
166 |
return Image.fromarray(im0[:,:,::-1])
|
167 |
#add description
|
168 |
description = """
|
169 |
-
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
171 |
<ul>
|
172 |
<li> Cascos de Seguridad. ...</li>
|
173 |
<li> Botas de Seguridad. ...</li>
|
@@ -177,7 +182,8 @@ para la empresa GCC , la imagen debe contener cualquiera equipo contra acidentes
|
|
177 |
<li> Ropa de Seguridad. ...</li>
|
178 |
<li> CubreBocas ...</li>
|
179 |
</ul>
|
180 |
-
<a href="https://imgbb.com/"><img src="https://i.ibb.co/bN3k8rt/307136886-514139580194714-961127180922884176-n.jpg" alt="307136886-514139580194714-961127180922884176-n" border="0"></a>
|
|
|
181 |
"""
|
182 |
|
183 |
inp = gr.Image(type="pil")
|
|
|
166 |
return Image.fromarray(im0[:,:,::-1])
|
167 |
#add description
|
168 |
description = """
|
169 |
+
<table>
|
170 |
+
<tr>
|
171 |
+
<th>Description</th>
|
172 |
+
<th>VIDEO</th>
|
173 |
+
</tr>
|
174 |
+
<tr>
|
175 |
+
<td><h3>Ejemplo para la empresa GCC , la imagen debe contener cualquiera equipo contra acidentes personales</h3>
|
176 |
<ul>
|
177 |
<li> Cascos de Seguridad. ...</li>
|
178 |
<li> Botas de Seguridad. ...</li>
|
|
|
182 |
<li> Ropa de Seguridad. ...</li>
|
183 |
<li> CubreBocas ...</li>
|
184 |
</ul>
|
185 |
+
<a href="https://imgbb.com/"><img src="https://i.ibb.co/bN3k8rt/307136886-514139580194714-961127180922884176-n.jpg" alt="307136886-514139580194714-961127180922884176-n" border="0"></a></td>
|
186 |
+
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/9SPbZrCaZZE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </td>
|
187 |
"""
|
188 |
|
189 |
inp = gr.Image(type="pil")
|