Spaces:
Running
Running
description update
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def predict(query: str) -> dict:
|
|
| 33 |
demo = gr.Interface(
|
| 34 |
theme = gr.themes.Soft(),
|
| 35 |
title = "RHM Emotion Classifier π",
|
| 36 |
-
description = "<h3>On GPU it is much faster π</h3>",
|
| 37 |
fn = predict,
|
| 38 |
inputs = gr.components.Textbox(label='Write your text here', lines=3),
|
| 39 |
outputs = gr.components.Label(label='Predictions', num_top_classes=6),
|
|
|
|
| 33 |
demo = gr.Interface(
|
| 34 |
theme = gr.themes.Soft(),
|
| 35 |
title = "RHM Emotion Classifier π",
|
| 36 |
+
description = "Beyond Words: Capturing the Essence of Emotion in Text<h3>On GPU it is much faster π</h3>",
|
| 37 |
fn = predict,
|
| 38 |
inputs = gr.components.Textbox(label='Write your text here', lines=3),
|
| 39 |
outputs = gr.components.Label(label='Predictions', num_top_classes=6),
|