Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,7 @@ def process_video_for_canny(video):
|
|
104 |
|
105 |
return canny_video
|
106 |
|
|
|
107 |
def process_video_for_depth(video):
|
108 |
"""
|
109 |
Process video for depth control.
|
|
|
104 |
|
105 |
return canny_video
|
106 |
|
107 |
+
@spaces.GPU()
|
108 |
def process_video_for_depth(video):
|
109 |
"""
|
110 |
Process video for depth control.
|