DepthFlow / app.py
Tremeschin's picture
Add models to preload on configuration, use compatible torch version with zerogpu
cb59257 unverified
raw
history blame
126 Bytes
from DepthFlow.Webui import DepthGradio
DepthGradio().launch(
nvenc=True,
turbo=True,
workers=4,
pwa=True,
)