hao he commited on
Commit
5687730
1 Parent(s): 4b2f98c

Modify the model to svd

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -357,7 +357,7 @@ def update_buttons_for_example(example_image, example_traj_path, provided_traj_n
357
  # return temporal_video_path
358
 
359
 
360
- @spaces.GPU(duration=120)
361
  def sample_video(condition_image, trajectory_file, num_inference_step, min_guidance_scale, max_guidance_scale, fps_id, seed):
362
  global height, width, num_frames, device, pipeline
363
  with open(trajectory_file, 'r') as f:
 
357
  # return temporal_video_path
358
 
359
 
360
+ @spaces.GPU(duration=80)
361
  def sample_video(condition_image, trajectory_file, num_inference_step, min_guidance_scale, max_guidance_scale, fps_id, seed):
362
  global height, width, num_frames, device, pipeline
363
  with open(trajectory_file, 'r') as f: