dl-colab-notebooks
dl-colab-notebooks copied to clipboard
Try out deep learning models online on Google Colab
this requires more setup than lipgan but here is the colab https://colab.research.google.com/drive/1gqcqTSAGAyj48n0fmApvSPG_43BzKP37 and repo https://github.com/yiranran/Audio-driven-TalkingFace-HeadPose
I am using the RealTimeVoice cloning, and it doesn't run it just is at 0 seconds and nothing happens. What am I doing wrong how do I fix it?
Okok
There's something weird going on, the new links to the pretrained models work fine when executing manually, but when I run the script and check the folder saved_models it is...
NameError Traceback (most recent call last) [](https://localhost:8080/#) in 28 #button = widgets.Button(description="Upload Voice File") 29 #button.on_click(_upload_audio) ---> 30 _upload_audio("/content/file.wav") [](https://localhost:8080/#) in _upload_audio(b) 17 _compute_embedding(audio) 18 def _upload_audio(b): ---> 19 clear_output()...