PopovDanil commited on
Commit
2cf8356
·
1 Parent(s): bd51a40
Files changed (1) hide show
  1. 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