gilesitorr commited on
Commit
eaa911e
·
1 Parent(s): 8371165

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ model = get_model(
146
 
147
  from keras.utils.data_utils import get_file
148
 
149
- path_model = 'https://huggingface.co/spaces/gilesitorr/Nahuatl2Spanish/raw/main/Models/'
150
  filename = path_model+'uncased_translator_nahuatl2espanol+hybrid.h5'
151
  weights_path = get_file(
152
  '.././model.h5',
 
146
 
147
  from keras.utils.data_utils import get_file
148
 
149
+ path_model = 'https://huggingface.co/spaces/gilesitorr/Nahuatl2Spanish/resolve/main/Models/'
150
  filename = path_model+'uncased_translator_nahuatl2espanol+hybrid.h5'
151
  weights_path = get_file(
152
  '.././model.h5',