Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cymic
/
Talking_Head_Anime_3
like
1
Runtime error
App
Files
Files
Community
60094bd
Talking_Head_Anime_3
/
tha3
/
nn
/
pass_through.py
Harry_FBK
Clone original THA3
60094bd
over 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
from
torch.nn
import
Module
class
PassThrough
(
Module
):
def
__init__
(
self
):
super
().__init__()
def
forward
(
self, x
):
return
x