Spaces:
Running
Running
| from functools import lru_cache | |
| from .analyzer import EmotionAnalyzer # your file | |
| def get_model(): | |
| return EmotionAnalyzer() |
| from functools import lru_cache | |
| from .analyzer import EmotionAnalyzer # your file | |
| def get_model(): | |
| return EmotionAnalyzer() |