Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def sentiment_analysis(text):
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=sentiment_analysis,
|
24 |
-
inputs=
|
25 |
outputs="html"
|
26 |
)
|
27 |
|
|
|
21 |
|
22 |
iface = gr.Interface(
|
23 |
fn=sentiment_analysis,
|
24 |
+
inputs="text",
|
25 |
outputs="html"
|
26 |
)
|
27 |
|