Spaces:
Sleeping
Sleeping
Commit ·
2cf8356
1
Parent(s): bd51a40
fix1
Browse files- app/model.py +1 -1
app/model.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from functools import lru_cache
|
| 2 |
|
| 3 |
-
from analyzer import EmotionAnalyzer # your file
|
| 4 |
|
| 5 |
|
| 6 |
@lru_cache
|
|
|
|
| 1 |
from functools import lru_cache
|
| 2 |
|
| 3 |
+
from .analyzer import EmotionAnalyzer # your file
|
| 4 |
|
| 5 |
|
| 6 |
@lru_cache
|