enio commited on
Commit
4f188c9
·
1 Parent(s): 06f8aaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def sentiment(text):
11
  else:
12
  return "Negative"
13
 
14
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
15
  iface.launch()
 
11
  else:
12
  return "Negative"
13
 
14
+ iface = gr.Interface(fn=sentiment, inputs="text", outputs="text")
15
  iface.launch()