Spaces:
Runtime error
Runtime error
solved identation issue
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def get_sentiment(input_text):
|
|
11 |
"negative":str(predictions[0][0]),
|
12 |
"positive":str(predictions[0][1]),
|
13 |
}
|
14 |
-
|
15 |
|
16 |
|
17 |
iface = gr.Interface(
|
|
|
11 |
"negative":str(predictions[0][0]),
|
12 |
"positive":str(predictions[0][1]),
|
13 |
}
|
14 |
+
return label
|
15 |
|
16 |
|
17 |
iface = gr.Interface(
|