onipot commited on
Commit
cd74713
1 Parent(s): 976767f

update description

Browse files
Files changed (1) hide show
  1. app.py +11 -12
app.py CHANGED
@@ -63,21 +63,20 @@ inputs = gr.inputs.Image(type='file', label="Input Image")
63
  outputs = gr.outputs.Image(type="pil", label="Output Image")
64
 
65
  title = "AgeGuesser"
66
- description = "Guess the age of a person from his/her face!"
67
  article = """A fully automated system based on YOLOv5 and EfficientNet to perform face detection and age estimation in real-time.
68
-
69
  Links:
70
  <ul>
71
- <li>
72
- <a href='https://link.springer.com/chapter/10.1007/978-3-030-89131-2_25'>Paper</a>
73
- </li>
74
- <li>
75
- <a href='https://www.researchgate.net/publication/355777953_Real-Time_Age_Estimation_from_Facial_Images_Using_YOLO_and_EfficientNet'>Paper</a>
76
- </li>
77
- <li>
78
- <a href='https://github.com/ai-hazard/AgeGuesser-train'>Github</a>
79
-
80
- </li>
81
  """
82
 
83
  examples = [['images/1.jpg'], ['images/2.jpg'], ['images/3.jpg'], ['images/4.jpg'], ['images/5.jpg'], ]
 
63
  outputs = gr.outputs.Image(type="pil", label="Output Image")
64
 
65
  title = "AgeGuesser"
66
+ description = "Guess the age of a person!"
67
  article = """A fully automated system based on YOLOv5 and EfficientNet to perform face detection and age estimation in real-time.
 
68
  Links:
69
  <ul>
70
+ <li>
71
+ <a href='https://link.springer.com/chapter/10.1007/978-3-030-89131-2_25'>Paper</a>
72
+ </li>
73
+ <li>
74
+ <a href='https://www.researchgate.net/publication/355777953_Real-Time_Age_Estimation_from_Facial_Images_Using_YOLO_and_EfficientNet'>Paper</a>
75
+ </li>
76
+ <li>
77
+ <a href='https://github.com/ai-hazard/AgeGuesser-train'>Github</a>
78
+ </li>
79
+ </ul>
80
  """
81
 
82
  examples = [['images/1.jpg'], ['images/2.jpg'], ['images/3.jpg'], ['images/4.jpg'], ['images/5.jpg'], ]