Open sg0771 opened 11 months ago
Python 3.10.12
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.
Thank you!
God Bless you!
TypeError: Audio.init() got an unexpected keyword argument 'source'