Chris4K commited on
Commit
78a2087
·
verified ·
1 Parent(s): 4605533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from simple_sentiment import SimpleSentimentTool
2
 
3
  # Create an instance of the tool without preloading to avoid startup errors
4
  sentiment_tool = SimpleSentimentTool(default_model="distilbert", preload=False)
 
1
+ from sentiment_analysis import SimpleSentimentTool
2
 
3
  # Create an instance of the tool without preloading to avoid startup errors
4
  sentiment_tool = SimpleSentimentTool(default_model="distilbert", preload=False)