Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ inputs = [
|
|
19 |
|
20 |
iface = gr.Interface(fn=get_sentiment,
|
21 |
inputs=inputs,
|
22 |
-
outputs="
|
23 |
title='Sentiment Analysis',
|
24 |
description='Obtenha o sentimento do texto digitado π|π ',
|
25 |
example= app_examples
|
|
|
19 |
|
20 |
iface = gr.Interface(fn=get_sentiment,
|
21 |
inputs=inputs,
|
22 |
+
outputs="Text",
|
23 |
title='Sentiment Analysis',
|
24 |
description='Obtenha o sentimento do texto digitado π|π ',
|
25 |
example= app_examples
|