guangzhaoli commited on
Commit
9314b90
·
1 Parent(s): d58accc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def generate_safe_filename_part(text, max_len=20):
51
  safe_text = "_".join(safe_text.split()) # Replace spaces with underscores
52
  return safe_text[:max_len]
53
 
54
- @spaces.GPU
55
  def run_video_edit(
56
  source_video_path,
57
  source_prompt,
 
51
  safe_text = "_".join(safe_text.split()) # Replace spaces with underscores
52
  return safe_text[:max_len]
53
 
54
+ @spaces.GPU(duration=600)
55
  def run_video_edit(
56
  source_video_path,
57
  source_prompt,