alex-abb commited on
Commit
94461c6
1 Parent(s): 31e5801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def analyze_sentiment(text):
24
 
25
 
26
  demo = gr.Interface(
27
- fn = query
28
  inputs=["text"],
29
  outputs=["text"],
30
  )
 
24
 
25
 
26
  demo = gr.Interface(
27
+ fn = analyze_sentiment,
28
  inputs=["text"],
29
  outputs=["text"],
30
  )