Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ text_examples=["I aced my exam and received praise from my teacher for my hard w
|
|
141 |
|
142 |
text_model=gr.Interface(fn = classify_emotion,
|
143 |
inputs = gr.Textbox( label='Text'),
|
144 |
-
outputs =
|
145 |
title = text_title,
|
146 |
examples = text_examples,
|
147 |
description = text_description,
|
|
|
141 |
|
142 |
text_model=gr.Interface(fn = classify_emotion,
|
143 |
inputs = gr.Textbox( label='Text'),
|
144 |
+
outputs = gr.Textbox(label='Emotion'),
|
145 |
title = text_title,
|
146 |
examples = text_examples,
|
147 |
description = text_description,
|