OpenLab-NLP commited on
Commit
5d9caf3
·
verified ·
1 Parent(s): b3bd30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ TOKENIZER_PATH = "bpe.model"
22
 
23
  if not os.path.exists(MODEL_PATH):
24
  download_file(
25
- "https://huggingface.co/OpenLab-NLP/openlem2/resolve/main/encoder.weights.h5?download=true",
26
  MODEL_PATH
27
  )
28
 
 
22
 
23
  if not os.path.exists(MODEL_PATH):
24
  download_file(
25
+ "https://huggingface.co/OpenLab-NLP/openlem2/resolve/main/encoder_fit.weights.h5?download=true",
26
  MODEL_PATH
27
  )
28