v1-a commited on
Commit
372e4b1
·
1 Parent(s): 7db66f1

Correction for runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ text_input = gr.Textbox(
143
  text_output = gr.Markdown(label="Predicted Emotions")
144
 
145
  gr.Interface(
146
- fn=classify_emotionS,
147
  inputs=text_input,
148
  outputs=text_output,
149
  title="Multi-Label Emotion Classifier (DeBERTa)",
 
143
  text_output = gr.Markdown(label="Predicted Emotions")
144
 
145
  gr.Interface(
146
+ fn=classify_emotion,
147
  inputs=text_input,
148
  outputs=text_output,
149
  title="Multi-Label Emotion Classifier (DeBERTa)",