macapa commited on
Commit
a83ebf6
·
verified ·
1 Parent(s): f78daac

Update app.py

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