Spaces:
Running
on
Zero
Running
on
Zero
pablovela5620
commited on
Commit
•
b524dab
1
Parent(s):
b5ce756
Upload gradio_app.py with huggingface_hub
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -95,7 +95,7 @@ def svd_render(
|
|
95 |
|
96 |
if IN_SPACES:
|
97 |
svd_render = spaces.GPU(svd_render)
|
98 |
-
image_to_depth = spaces.GPU(image_to_depth, duration=
|
99 |
|
100 |
|
101 |
@rr.thread_local_stream("warped_image")
|
|
|
95 |
|
96 |
if IN_SPACES:
|
97 |
svd_render = spaces.GPU(svd_render)
|
98 |
+
image_to_depth = spaces.GPU(image_to_depth, duration=400)
|
99 |
|
100 |
|
101 |
@rr.thread_local_stream("warped_image")
|