Spaces:
Runtime error
Runtime error
Francisco Cerna Fukuzaki
commited on
Commit
β’
06ff43b
1
Parent(s):
9a5e1e3
Commit inicial.
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ output_2 = gr.outputs.Textbox(label="Resultado sentimiento negativo")
|
|
45 |
output_3 = gr.outputs.Textbox(label="Resultado sentimiento nuetro")
|
46 |
output_4 = gr.outputs.Textbox(label="Resultado emociΓ³n identificada")
|
47 |
|
48 |
-
iface = gr.Interface(fn=
|
49 |
inputs=input_1,
|
50 |
outputs=[output_1, output_2, output_3, output_4],
|
51 |
description=description,
|
|
|
45 |
output_3 = gr.outputs.Textbox(label="Resultado sentimiento nuetro")
|
46 |
output_4 = gr.outputs.Textbox(label="Resultado emociΓ³n identificada")
|
47 |
|
48 |
+
iface = gr.Interface(fn=get_analisis,
|
49 |
inputs=input_1,
|
50 |
outputs=[output_1, output_2, output_3, output_4],
|
51 |
description=description,
|