Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def get_sentiment(input):
|
|
9 |
#iface =
|
10 |
gr.Interface(fn = get_sentiment,
|
11 |
inputs = "text",
|
12 |
-
outputs = "text" #['text'],
|
13 |
title = 'Sentiment Analysis').launch(inline = False)
|
14 |
|
15 |
#iface.launch(inline = False)
|
|
|
9 |
#iface =
|
10 |
gr.Interface(fn = get_sentiment,
|
11 |
inputs = "text",
|
12 |
+
outputs = "text", #['text'],
|
13 |
title = 'Sentiment Analysis').launch(inline = False)
|
14 |
|
15 |
#iface.launch(inline = False)
|