Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jamino30
/
salient-style-transfer
like
6
Running
on
Zero
App
Files
Files
Community
1
5647da7
salient-style-transfer
/
u2net.py
jamino30
Upload folder using huggingface_hub
349bdfb
verified
2 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