Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VideoSys/CogVideoX
fantos
/
VoiceClone
like
84
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
VoiceClone
/
videosys
/
models
/
modules
/
activations.py
oahzxl
update
ab7be96
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
import
torch.nn
as
nn
approx_gelu =
lambda
: nn.GELU(approximate=
"tanh"
)