Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,6 @@ description = """
|
|
33 |
iface = gr.Interface(fn=analyze_sentiment,
|
34 |
title="Análisis de Sentimientos",
|
35 |
description = description,
|
36 |
-
inputs="
|
37 |
outputs="image"
|
38 |
iface.launch(share=True)
|
|
|
33 |
iface = gr.Interface(fn=analyze_sentiment,
|
34 |
title="Análisis de Sentimientos",
|
35 |
description = description,
|
36 |
+
inputs="text",
|
37 |
outputs="image"
|
38 |
iface.launch(share=True)
|