File size: 142 Bytes
bd51a40
 
2cf8356
bd51a40
 
 
 
 
1
2
3
4
5
6
7
8
from functools import lru_cache

from .analyzer import EmotionAnalyzer  # your file


@lru_cache
def get_model():
    return EmotionAnalyzer()