Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
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)
|