Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
|
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
31 |
outputs="textbox",
|
32 |
title="Emotion Classification",
|
33 |
-
description="Enter some text and the model will predict the emotion
|
34 |
)
|
35 |
|
36 |
# Launch the interface
|
|
|
30 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
31 |
outputs="textbox",
|
32 |
title="Emotion Classification",
|
33 |
+
description="Enter some text and the model will predict the emotion",
|
34 |
)
|
35 |
|
36 |
# Launch the interface
|