Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ MODEL_LIST = [
|
|
24 |
("ZombitX64/Sentiment-02", "🔬 Sentiment v2"),
|
25 |
("ZombitX64/Sentiment-03", "🔬 Sentiment v3"),
|
26 |
("ZombitX64/sentiment-103", "🔬 Sentiment 103"),
|
|
|
27 |
]
|
28 |
|
29 |
# Cache for model loading
|
|
|
24 |
("ZombitX64/Sentiment-02", "🔬 Sentiment v2"),
|
25 |
("ZombitX64/Sentiment-03", "🔬 Sentiment v3"),
|
26 |
("ZombitX64/sentiment-103", "🔬 Sentiment 103"),
|
27 |
+
("ZombitX64/sentimentSumdata-v1", "🔬 sentimentSumdata-v1"),
|
28 |
]
|
29 |
|
30 |
# Cache for model loading
|