elnasharomar2 commited on
Commit
820f31b
·
verified ·
1 Parent(s): 7f2524c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import login
5
 
6
 
7
  api_key = os.getenv("token")
8
- login(token = token)
9
 
10
 
11
  get_completion = pipeline("ner", model="elnasharomar2/PUNCERT_multi_stages_50_epochs")
 
5
 
6
 
7
  api_key = os.getenv("token")
8
+ login(token = api_key)
9
 
10
 
11
  get_completion = pipeline("ner", model="elnasharomar2/PUNCERT_multi_stages_50_epochs")