Zoro-147 commited on
Commit
5fc4041
·
verified ·
1 Parent(s): 5730558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ async def health_check():
44
  return {"status": "OK"}
45
 
46
  demo = gr.Interface(
47
- fn=sentiment_analysis,
48
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
49
  outputs=gr.Textbox(),
50
  title="Text Sentiment Analysis",
 
44
  return {"status": "OK"}
45
 
46
  demo = gr.Interface(
47
+ fn=analyze_sentiment,
48
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
49
  outputs=gr.Textbox(),
50
  title="Text Sentiment Analysis",