Spaces:
Runtime error
Runtime error
Fix typo in description
Browse files
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 |
-
"
|
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. "
|