DepthFlow / app.py
Tremeschin's picture
Desperate attempt to wrap the whole interface in zerogpu decorator
e10d346 unverified
raw
history blame
156 Bytes
import spaces
from DepthFlow.Webui import DepthGradio
spaces.GPU(DepthGradio().launch)(
turbopipe=True,
workers=4,
nvenc=True,
pwa=True,
)