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