jamino30's picture
Upload folder using huggingface_hub
349bdfb verified
raw
history blame
121 Bytes
import torch.nn as nn
class U2Net(nn.Module):
def __init__(self):
super(U2Net, self).__init__()
pass