Rahmat82 commited on
Commit
7cecdfa
Β·
verified Β·
1 Parent(s): f70b29b

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "<b> NOTE: </b> Can be a bit slower here 🐒 <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),
 
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),