Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,11 +32,11 @@ def main():
|
|
32 |
fn=model.predict,
|
33 |
inputs=gr.inputs.Textbox(
|
34 |
lines=3,
|
35 |
-
placeholder="
|
36 |
-
label="
|
37 |
),
|
38 |
outputs="label",
|
39 |
-
title="
|
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",
|