ex510 commited on
Commit
1c7d491
·
verified ·
1 Parent(s): 023a2b9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ class TextRequest(BaseModel):
9
  text: str
10
 
11
  # Load Model
12
- model_id = 'multilinguale5small'
13
  model = SentenceTransformer(model_id)
14
 
15
  @app.get("/")
 
9
  text: str
10
 
11
  # Load Model
12
+ model_id = 'intfloat/multilingual-e5-small'
13
  model = SentenceTransformer(model_id)
14
 
15
  @app.get("/")