Ehrii commited on
Commit
09a08ee
·
1 Parent(s): 416991a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ if not HF_TOKEN:
21
  app = FastAPI()
22
 
23
  # Model names
24
- MULTILINGUAL_MODEL_NAME = "johndoee/sentiment"
25
  ENGLISH_MODEL_NAME = "siebert/sentiment-roberta-large-english"
26
 
27
  # Load multilingual sentiment model
 
21
  app = FastAPI()
22
 
23
  # Model names
24
+ MULTILINGUAL_MODEL_NAME = "Ehrii/sentiment"
25
  ENGLISH_MODEL_NAME = "siebert/sentiment-roberta-large-english"
26
 
27
  # Load multilingual sentiment model