Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cidaut
/
DarkIR
like
21
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
cf33599
DarkIR
/
archs
/
__init__.py
danifei
add archs folder
d960e2d
verified
10 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
from
.nafnet_utils.arch_model
import
NAFNet
from
.network
import
Network
__all__ = [
'NAFNet'
,
'Network'
]