kapllan commited on
Commit
864ec1b
·
verified ·
1 Parent(s): b4e33fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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