Plachtaa / VALL-E-X

An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io
MIT License
7.42k stars 747 forks source link

Run in Colab #150

Open sg0771 opened 7 months ago

sg0771 commented 7 months ago

TypeError: Audio.init() got an unexpected keyword argument 'source'

sg0771 commented 7 months ago

Python 3.10.12

ichDaheim commented 7 months ago

Try updating the colab like this

!git lfs install !git clone https://huggingface.co/spaces/Plachta/VALL-E-X %cd VALL-E-X !pip install --no-build-isolation -r requirements.txt !pip uninstall torch !pip uninstall torchvision !pip uninstall torchaudio !pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 !pip install gradio %run app.py

or amend the requirements.txt accordingly if you have it running localy.

sg0771 commented 6 months ago

Thank you!

sg0771 commented 6 months ago

God Bless you!