I2C-UHU commited on
Commit
5de5561
1 Parent(s): bc9a787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -32,11 +32,11 @@ def main():
32
  fn=model.predict,
33
  inputs=gr.inputs.Textbox(
34
  lines=3,
35
- placeholder="Type a phrase that has some emotion",
36
- label="Input Text",
37
  ),
38
  outputs="label",
39
- title="Emotion Classification",
40
  examples=[
41
  "I get so down when I'm alone",
42
  "I believe that today everything will work out",
 
32
  fn=model.predict,
33
  inputs=gr.inputs.Textbox(
34
  lines=3,
35
+ placeholder="Escribe una frase (en inglés) que contenga algún tipo de emoción",
36
+ label="Texto de entrada",
37
  ),
38
  outputs="label",
39
+ title="Clasificador de Emociones",
40
  examples=[
41
  "I get so down when I'm alone",
42
  "I believe that today everything will work out",