hagenw commited on
Commit
dd32c3d
1 Parent(s): 24435c4

Extend description

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -234,11 +234,12 @@ def plot_expression(arousal, dominance, valence):
234
 
235
 
236
  description = (
237
- "Recognize "
238
- f"[age](https://huggingface.co/{age_gender_model_name}), "
239
- f"[gender](https://huggingface.co/{age_gender_model_name}), "
240
- f"and [expression](https://huggingface.co/{expression_model_name}) "
241
- "of an audio file or microphone recording."
 
242
  )
243
 
244
  with gr.Blocks() as demo:
 
234
 
235
 
236
  description = (
237
+ "Estimate **age**, **gender**, and **expression** "
238
+ "of the speaker contained in an audio file or microphone recording. \n"
239
+ "The model [age_gender_model_name](https://huggingface.co/{age_gender_model_name}) "
240
+ "recognizes age and gender, "
241
+ "whereas [{expression_model_name}](https://huggingface.co/{expression_model_name}) "
242
+ "recognises the expression dimensions arousal, dominance, and valence. "
243
  )
244
 
245
  with gr.Blocks() as demo: