Rimi98 commited on
Commit
fbcee49
·
1 Parent(s): c5ae673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch, json
5
 
6
  token = AutoTokenizer.from_pretrained('pablocosta/bertabaporu-large-uncased')
7
 
8
- with open("genre_types_encoded.json", "r") as fp:
9
  types = json.load(fp)
10
 
11
  types = list(types)
 
5
 
6
  token = AutoTokenizer.from_pretrained('pablocosta/bertabaporu-large-uncased')
7
 
8
+ with open("data.json", "r") as fp:
9
  types = json.load(fp)
10
 
11
  types = list(types)