DepthFlow / app.py
Tremeschin's picture
Fix argument name in the single call of my own function πŸ€¦β€β™‚οΈ
866bc8b unverified
raw
history blame
130 Bytes
from DepthFlow.Webui import DepthGradio
DepthGradio().launch(
turbopipe=True,
workers=4,
nvenc=True,
pwa=True,
)