Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -50,7 +50,7 @@ def trim_video(input_path, output_path, max_duration=5):
|
|
50 |
clip.close()
|
51 |
trimmed_clip.close()
|
52 |
|
53 |
-
@spaces.GPU(duration=
|
54 |
def infer(input_video, input_mask):
|
55 |
# Setup paths and parameters
|
56 |
save_path = "results"
|
|
|
50 |
clip.close()
|
51 |
trimmed_clip.close()
|
52 |
|
53 |
+
@spaces.GPU(duration=100)
|
54 |
def infer(input_video, input_mask):
|
55 |
# Setup paths and parameters
|
56 |
save_path = "results"
|