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
Fetching metadata from the HF Docker repository...
jamino30
commited on
Sep 26, 2024
Commit
0e7274a
·
verified
·
1 Parent(s):
4dfcbc8
Delete u2net.py
Browse files
Files changed (1)
hide
show
u2net.py
+0
-6
u2net.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import torch.nn as nn
2
-
3
-
class U2Net(nn.Module):
4
-
def __init__(self):
5
-
super(U2Net, self).__init__()
6
-
pass