ananthujay commited on
Commit
e03bf74
·
1 Parent(s): f25fd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()