Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def get_sentiment(text):
|
|
8 |
|
9 |
iface = gr.Interface(fn = get_sentiment,
|
10 |
inputs = "text",
|
11 |
-
outputs = 'text',
|
12 |
title= 'Sentiment Analysis',
|
13 |
description = 'Get Sentiment Negative/Positive for the given input')
|
14 |
|
|
|
8 |
|
9 |
iface = gr.Interface(fn = get_sentiment,
|
10 |
inputs = "text",
|
11 |
+
outputs = ['text'],
|
12 |
title= 'Sentiment Analysis',
|
13 |
description = 'Get Sentiment Negative/Positive for the given input')
|
14 |
|