Open Previatto opened 3 years ago
Hello! I am following your post and when I got to this part in the beginning:
https://github.com/darshan-majithiya/Generate-SRT-File-using-Google-Cloud-s-Speech-to-Text-API/blob/b635baac7f4f567e17f1a8129258617046d9a050/Subtitle%20Generator.ipynb#L11
it said there was no module called storage,
I ran pip install google-cloud-storage and then the import worked
pip install google-cloud-storage
Maybe it might need to be added in the requirements.txt?
I think it might be missing pytube too.
Hello! I am following your post and when I got to this part in the beginning:
https://github.com/darshan-majithiya/Generate-SRT-File-using-Google-Cloud-s-Speech-to-Text-API/blob/b635baac7f4f567e17f1a8129258617046d9a050/Subtitle%20Generator.ipynb#L11
it said there was no module called storage,
I ran
pip install google-cloud-storage
and then the import workedMaybe it might need to be added in the requirements.txt?