Abduhoshim commited on
Commit
dc9883f
·
1 Parent(s): f15cf5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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