HMPhuoc commited on
Commit
cb0409e
1 Parent(s): 17ae5cb

stupid '' change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from underthesea import word_tokenize
14
 
15
  #Load tokenizer
16
  fp = Path(__file__).with_name('tokenizer.pkl')
17
- with open('fp',mode="rb") as f:
18
  tokenizer = pickle.load(f)
19
 
20
  #Load LSTM
 
14
 
15
  #Load tokenizer
16
  fp = Path(__file__).with_name('tokenizer.pkl')
17
+ with open(fp,mode="rb") as f:
18
  tokenizer = pickle.load(f)
19
 
20
  #Load LSTM