Spaces:
Runtime error
Runtime error
Rewrite copy
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
|
|
25 |
os.path.join(os.path.dirname(__file__), "audio/hype_in_ai.wav"),
|
26 |
],
|
27 |
input,
|
28 |
-
label="Examples
|
29 |
)
|
30 |
|
31 |
# Input-output logic based on button click
|
|
|
25 |
os.path.join(os.path.dirname(__file__), "audio/hype_in_ai.wav"),
|
26 |
],
|
27 |
input,
|
28 |
+
label="Examples in which speech and words express different emotions:"
|
29 |
)
|
30 |
|
31 |
# Input-output logic based on button click
|