MHULO commited on
Commit
403301f
·
verified ·
1 Parent(s): 53b43a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ access_token = os.environ.get("ACCESS_TOKEN_1")
21
  login(token=access_token, add_to_git_credential=True)
22
 
23
  # Load the model and tokenizer from the Hugging Face Hub
24
- model_name = "MHULO/yembaner_v3"
25
  nlp = pipeline("ner", model=model_name, tokenizer=model_name)
26
 
27
  class TextRequest(BaseModel):
 
21
  login(token=access_token, add_to_git_credential=True)
22
 
23
  # Load the model and tokenizer from the Hugging Face Hub
24
+ model_name = "MHULO/yembaner"
25
  nlp = pipeline("ner", model=model_name, tokenizer=model_name)
26
 
27
  class TextRequest(BaseModel):