Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from prepare_everything import download_model
|
|
| 16 |
|
| 17 |
download_model(
|
| 18 |
"https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin",
|
| 19 |
-
Path("lid.176.bin")
|
| 20 |
|
| 21 |
# Download the model files from Hugging Face
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
download_model(
|
| 18 |
"https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin",
|
| 19 |
+
Path("lid.176.bin"))
|
| 20 |
|
| 21 |
# Download the model files from Hugging Face
|
| 22 |
|