emanuelaboros commited on
Commit
d271564
·
verified ·
1 Parent(s): f6f5f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline, AutoTokenizer
3
 
4
  # Define the model name
5
- MODEL_NAME = "impresso-project/ner-stacked-bert-multilingual-v1.1.0"
6
 
7
  # Load the tokenizer and model using the pipeline
8
  ner_tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)
 
2
  from transformers import pipeline, AutoTokenizer
3
 
4
  # Define the model name
5
+ MODEL_NAME = "impresso-project/ner-stacked-bert-multilingual"
6
 
7
  # Load the tokenizer and model using the pipeline
8
  ner_tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME)