Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
|
@@ -20,6 +20,7 @@ files_to_download = [
|
|
| 20 |
"tokenizer.json",
|
| 21 |
"tokenizer_config.json",
|
| 22 |
"vocab.json",
|
|
|
|
| 23 |
]
|
| 24 |
|
| 25 |
# copy files from checkpoint hub:
|
|
|
|
| 20 |
"tokenizer.json",
|
| 21 |
"tokenizer_config.json",
|
| 22 |
"vocab.json",
|
| 23 |
+
"preprocessor_config.json",
|
| 24 |
]
|
| 25 |
|
| 26 |
# copy files from checkpoint hub:
|