File size: 156 Bytes
e10d346
5faf826
 
e10d346
866bc8b
cb59257
866bc8b
cb59257
 
1
2
3
4
5
6
7
8
9
10
import spaces
from DepthFlow.Webui import DepthGradio

spaces.GPU(DepthGradio().launch)(
    turbopipe=True,
    workers=4,
    nvenc=True,
    pwa=True,
)