Issues with SadTalker ZeroGPU Spaces + Inquiry About Community Grant

E:\SadTalker>python app.py
Traceback (most recent call last):
File “E:\SadTalker\app.py”, line 6, in
import torch
ModuleNotFoundError: No module named ‘torch’

E:\SadTalker>

you need to run the command

pip install -r requirements.txt 

to install all the necessary dependencies, if not try installing each one using these commands

pip install torch # or your dependency here 

I should mention in advance that it is very difficult to get torch to install properly in a Windows environment.
It is often the case that torch installs but does not work.
When installing, you should find and follow a guide like the one below.

1 Like

Please don’t delete the space it worked perfectly

1 Like

not-lain is a user. We can’t delete other people’s repos or anything, so don’t worry.
In HF, even non-working Spaces and models are basically not deleted on their own.