Spaces:
Sleeping
Sleeping
Correction for runtime error
Browse files
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=
|
| 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)",
|