Spaces:
Running
on
Zero
Running
on
Zero
tweak max duration
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def process_video(video_path, prompt):
|
|
219 |
print(traceback.format_exc()) # This will print the full stack trace
|
220 |
return None
|
221 |
|
222 |
-
@spaces.GPU(duration=
|
223 |
def segment_video(video_file, prompt):
|
224 |
if video_file is None:
|
225 |
return None
|
|
|
219 |
print(traceback.format_exc()) # This will print the full stack trace
|
220 |
return None
|
221 |
|
222 |
+
@spaces.GPU(duration=300)
|
223 |
def segment_video(video_file, prompt):
|
224 |
if video_file is None:
|
225 |
return None
|