Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amos1088
/
test_gradio
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bfa42ad
test_gradio
/
depthfm
/
__init__.py
amos1088
uuu
5a35e98
3 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
os
import
sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from
dfm
import
DepthFM
from
unet
import
UNetModel