cesar commited on
Commit
3dbd4b1
1 Parent(s): 19a52ea

Update app.py

Browse files

agrego el logo y la advertencia

Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -59,7 +59,14 @@ outputs = gr.outputs.Image(type="pil", label="Resultado")
59
 
60
  title = 'Trampas Barcel贸'
61
 
62
- description = "Sistemas de Desarrollado por Subcretar铆a de Innovaci贸n del Municipio de Vicente Lopez"
 
 
 
 
 
 
 
63
 
64
  article = "<p style='text-align: center'>YOLOv5 is a family of compound-scaled object detection models trained on the COCO dataset, and includes " \
65
  "simple functionality for Test Time Augmentation (TTA), model ensembling, hyperparameter evolution, " \
 
59
 
60
  title = 'Trampas Barcel贸'
61
 
62
+ description = """
63
+ <p>
64
+ <center>
65
+ Sistemas de Desarrollado por Subsecretar铆a de Innovaci贸n del Municipio de Vicente Lopez. Advertencia solo usar fotos provenientes de las trampas Barcel贸, no de celular o foto de internet.
66
+ <img src="https://www.vicentelopez.gov.ar/assets/images/logo-mvl.png" alt="logo" width="250"/>
67
+ </center>
68
+ </p>
69
+ """
70
 
71
  article = "<p style='text-align: center'>YOLOv5 is a family of compound-scaled object detection models trained on the COCO dataset, and includes " \
72
  "simple functionality for Test Time Augmentation (TTA), model ensembling, hyperparameter evolution, " \