Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-53 committed Jun 10, 2021
2 parents b24704c + 38315e1 commit a30816b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_correctly_labeled_entries(all_entries):


def download_csv_dataset(csv_url, dataset_csv_path):
logging.info("Downloading CSV from ", csv_url, " to ", dataset_csv_path, ".")
logging.info(f"Downloading CSV from {csv_url} to {dataset_csv_path}.")
with requests.Session() as request_session:
response = request_session.get(csv_url)
decoded_dataset = response.content.decode('utf-8')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy==1.18.2
pandas==0.25.3
pydub==0.23.1
python-Levenshtein==0.12.0
PyYAML==5.3
PyYAML==5.4
requests
scikit-learn
soundfile
Expand Down

0 comments on commit a30816b

Please sign in to comment.