Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BrokenSource
/
DepthFlow
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e10d346
DepthFlow
/
app.py
Tremeschin
Desperate attempt to wrap the whole interface in zerogpu decorator
e10d346
unverified
3 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
import
spaces
from
DepthFlow.Webui
import
DepthGradio
spaces.GPU(DepthGradio().launch)(
turbopipe=
True
,
workers=
4
,
nvenc=
True
,
pwa=
True
,
)