Yw22 commited on
Commit
36dfe80
1 Parent(s): eea14d1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ class ImageConductor:
300
 
301
  self.blur_kernel = blur_kernel
302
 
303
- @spaces.GPU(duration=250)
304
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
305
  print("Run!")
306
  if examples_type != "":
 
300
 
301
  self.blur_kernel = blur_kernel
302
 
303
+ @spaces.GPU(duration=180)
304
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
305
  print("Run!")
306
  if examples_type != "":