Spaces:
Runtime error
Runtime error
Commit
·
dc9883f
1
Parent(s):
f15cf5c
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,6 @@ def predict(audio):
|
|
58 |
emotions.append(emotion)
|
59 |
df_preds['emotion'] = emotions
|
60 |
df_preds = df_preds.reset_index()
|
61 |
-
import plotly.io as pio
|
62 |
fig = px.line(df_preds, x="index", y="emotion", title='Life expectancy in Canada')
|
63 |
return fig
|
64 |
|
|
|
58 |
emotions.append(emotion)
|
59 |
df_preds['emotion'] = emotions
|
60 |
df_preds = df_preds.reset_index()
|
|
|
61 |
fig = px.line(df_preds, x="index", y="emotion", title='Life expectancy in Canada')
|
62 |
return fig
|
63 |
|