BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

google colab question #96

Closed LeeroyJenkinsss closed 2 years ago

LeeroyJenkinsss commented 2 years ago

Im trying to use the colab option but everytime I use the 'select dataset' and upload the dataset zip there is no progress or the progress always reads 0% on the upload. Is this normal or should I wait? I test uploaded the zip into the dataset folder in my google drive and it uploaded within 10 mins and selected the zip from the 'select' option and it gave me an error. The zip file only has the wavs, info.json, and metadata.csv files.

BenAAndrew commented 2 years ago

You have to upload the folder unzipped (not the zip file)

LeeroyJenkinsss commented 2 years ago

Oh, okay! I'll try that then! Thanks!