Tremeschin commited on
Commit
866bc8b
Β·
unverified Β·
1 Parent(s): 03f9154

Fix argument name in the single call of my own function πŸ€¦β€β™‚οΈ

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  from DepthFlow.Webui import DepthGradio
2
 
3
  DepthGradio().launch(
4
- nvenc=True,
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
  )