Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run in Colab #150

Open
sg0771 opened this issue Dec 11, 2023 · 4 comments
Open

Run in Colab #150

sg0771 opened this issue Dec 11, 2023 · 4 comments

Comments

@sg0771
Copy link

sg0771 commented Dec 11, 2023

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

@sg0771
Copy link
Author

sg0771 commented Dec 11, 2023

Python 3.10.12

@ichDaheim
Copy link

ichDaheim commented Dec 11, 2023

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
Copy link
Author

sg0771 commented Dec 25, 2023

Thank you!

@sg0771
Copy link
Author

sg0771 commented Dec 25, 2023

God Bless you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants