requirements.txt doesn't excist?

#2
by juliaaiexpert - opened

Hi,

I'm trying to clone the model to try it out but the "requirements.txt"-file doesn't seem to excist? I'm using following code in a notebook:

!git clone https://huggingface.co/myshell-ai/DreamVoice
!pip install -r requirements.txt

And get following error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

It seems like a cool model though. Hoping for a solution.

Sign up or log in to comment