Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -39,7 +39,7 @@ def trim_video(input_path, output_path, max_duration=5):
|
|
| 39 |
clip.close()
|
| 40 |
trimmed_clip.close()
|
| 41 |
|
| 42 |
-
@spaces.GPU(duration=
|
| 43 |
def infer(input_video, input_mask):
|
| 44 |
# Setup paths and parameters
|
| 45 |
save_path = "results"
|
|
|
|
| 39 |
clip.close()
|
| 40 |
trimmed_clip.close()
|
| 41 |
|
| 42 |
+
@spaces.GPU(duration=180)
|
| 43 |
def infer(input_video, input_mask):
|
| 44 |
# Setup paths and parameters
|
| 45 |
save_path = "results"
|