Skip to content

Commit

Permalink
Update custom_common_voice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DewiBrynJones authored Sep 30, 2021
1 parent 5492199 commit 4f7656e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions train/python/custom_common_voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@
import datasets


#_DATA_URL = "https://voice-prod-bundler-ee1969a6ce8178826482b88e843c335139bd3fb4.s3.amazonaws.com/cv-corpus-6.1-2020-12-11/{}.tar.gz"
#_DATA_URL = "https://techiaith.cymru/corpws/CommonVoice/cy/7.0/cv-corpus-7.0-2021-07-21-cy.tar.gz"

try:
from data_url import _DATA_URL
except ImportError:
print ("Please create a data_url.py file with _DATA_URL set to a URL link you can optain from the Common Voice website")



try:
from data_url import _DATA_URL
except ImportError:
print ("Please create a data_url.py file with _DATA_URL set to a URL link you can optain from the Common Voice website")




_CITATION = """\
@inproceedings{commonvoice:2020,
Expand Down

0 comments on commit 4f7656e

Please sign in to comment.