unijoh commited on
Commit
5bed2db
·
verified ·
1 Parent(s): defcc9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import pandas as pd
8
  from transformers import AutoTokenizer, AutoModelForTokenClassification
9
 
10
  MODEL_ID = "Setur/BRAGD"
11
- TAGS_FILEPATH = "Sosialurin-GOLD_tags.csv"
12
  HF_TOKEN = os.getenv("BRAGD")
13
 
14
  if not HF_TOKEN:
 
8
  from transformers import AutoTokenizer, AutoModelForTokenClassification
9
 
10
  MODEL_ID = "Setur/BRAGD"
11
+ TAGS_FILEPATH = "Sosialurin-BRAGD_tags.csv"
12
  HF_TOKEN = os.getenv("BRAGD")
13
 
14
  if not HF_TOKEN: