Spaces:
Runtime error
Runtime error
File size: 266 Bytes
aa5b197 |
1 2 3 4 5 6 7 8 9 |
echo -e "Downloading glove (in use by the evaluators, not by MoMask itself)"
gdown --fuzzy https://drive.google.com/file/d/1cmXKUT31pqd7_XpJAiWEo1K81TMYHA5n/view?usp=sharing
rm -rf glove
unzip glove.zip
echo -e "Cleaning\n"
rm glove.zip
echo -e "Downloading done!" |