Spaces:
Runtime error
Runtime error
Commit
·
7f39b2d
1
Parent(s):
e7f35e2
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def predict(audio):
|
|
56 |
emotions.append(emotion)
|
57 |
df_preds['emotion'] = emotions
|
58 |
df_preds = df_preds.reset_index()
|
59 |
-
fig = px.line(df_preds, x="index", y="emotion", title='
|
60 |
fig.update_xaxes(title='The 3s intervals of speech')
|
61 |
return fig
|
62 |
|
|
|
56 |
emotions.append(emotion)
|
57 |
df_preds['emotion'] = emotions
|
58 |
df_preds = df_preds.reset_index()
|
59 |
+
fig = px.line(df_preds, x="index", y="emotion", title='How emotion change over speech')
|
60 |
fig.update_xaxes(title='The 3s intervals of speech')
|
61 |
return fig
|
62 |
|