Spaces:
Runtime error
Runtime error
Extend description
Browse files
app.py
CHANGED
@@ -234,11 +234,12 @@ def plot_expression(arousal, dominance, valence):
|
|
234 |
|
235 |
|
236 |
description = (
|
237 |
-
"
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
"
|
|
|
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:
|