Spaces:
Sleeping
Sleeping
description update
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def predict(query: str) -> dict:
|
|
46 |
demo = gr.Interface(
|
47 |
theme = gr.themes.Soft(),
|
48 |
title = "RHM Emotion Classifier π",
|
49 |
-
description = "<
|
50 |
fn = predict,
|
51 |
inputs = gr.components.Textbox(label='Write your text here', lines=3),
|
52 |
outputs = gr.components.Label(label='Predictions', num_top_classes=6),
|
|
|
46 |
demo = gr.Interface(
|
47 |
theme = gr.themes.Soft(),
|
48 |
title = "RHM Emotion Classifier π",
|
49 |
+
description = "<h3>On GPU it is much faster π</h3>",
|
50 |
fn = predict,
|
51 |
inputs = gr.components.Textbox(label='Write your text here', lines=3),
|
52 |
outputs = gr.components.Label(label='Predictions', num_top_classes=6),
|