Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jamino30
/
salient-style-transfer
like
6
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
salient-style-transfer
/
u2net.py
jamino30
Upload folder using huggingface_hub
349bdfb
verified
11 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
torch.nn
as
nn
class
U2Net
(nn.Module):
def
__init__
(
self
):
super
(U2Net, self).__init__()
pass