er1t0 commited on
Commit
8fc6b8d
1 Parent(s): 1f53cf6

tweak max duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=600)
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