Rahmat82 commited on
Commit
93c9541
β€’
1 Parent(s): 744dd97

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),