hagenw commited on
Commit
3c3900b
·
1 Parent(s): b89e476

Fix typo in description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ description = (
235
  "of the speaker contained in an audio file or microphone recording. \n"
236
  f"The model [{age_gender_model_name}]"
237
  f"(https://huggingface.co/{age_gender_model_name}) "
238
- "recognizes age and gender, "
239
  f"whereas [{expression_model_name}]"
240
  f"(https://huggingface.co/{expression_model_name}) "
241
  "recognises the expression dimensions arousal, dominance, and valence. "
 
235
  "of the speaker contained in an audio file or microphone recording. \n"
236
  f"The model [{age_gender_model_name}]"
237
  f"(https://huggingface.co/{age_gender_model_name}) "
238
+ "recognises age and gender, "
239
  f"whereas [{expression_model_name}]"
240
  f"(https://huggingface.co/{expression_model_name}) "
241
  "recognises the expression dimensions arousal, dominance, and valence. "