Spaces:
Running
on
Zero
Running
on
Zero
Fix argument name in the single call of my own function π€¦ββοΈ
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from DepthFlow.Webui import DepthGradio
|
2 |
|
3 |
DepthGradio().launch(
|
4 |
-
|
5 |
-
turbo=True,
|
6 |
workers=4,
|
|
|
7 |
pwa=True,
|
8 |
)
|
|
|
1 |
from DepthFlow.Webui import DepthGradio
|
2 |
|
3 |
DepthGradio().launch(
|
4 |
+
turbopipe=True,
|
|
|
5 |
workers=4,
|
6 |
+
nvenc=True,
|
7 |
pwa=True,
|
8 |
)
|