Spaces:
Runtime error
Runtime error
Commit
·
e03bf74
1
Parent(s):
f25fd11
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,5 @@ def scoring(text):
|
|
10 |
return f"Sentiment: {sentiment}, Score: {score}"
|
11 |
|
12 |
iface = gr.Interface(fn=scoring, inputs="text", outputs="text")
|
|
|
13 |
iface.launch()
|
|
|
10 |
return f"Sentiment: {sentiment}, Score: {score}"
|
11 |
|
12 |
iface = gr.Interface(fn=scoring, inputs="text", outputs="text")
|
13 |
+
|
14 |
iface.launch()
|