[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-20 08:05:40 +03:00
parent 2ac669bcfd
commit 5db6cbd36d
2 changed files with 2 additions and 1 deletions

@ -422,7 +422,7 @@ if __name__ == '__main__':
# Using gdown to download the model directly from Google Drive # Using gdown to download the model directly from Google Drive
assert os.system(' conda install -y gdown') == 0 #assert os.system(' conda install -y gdown') == 0
import gdown import gdown

@ -4,3 +4,4 @@ notebook
requests requests
pyquery pyquery
youtube-dl youtube-dl
gdown