Yw22 commited on
Commit
b173f37
1 Parent(s): bc77d74
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -288,7 +288,7 @@ class ImageConductor:
288
 
289
  self.blur_kernel = blur_kernel
290
 
291
- @spaces.GPU(duration=150)
292
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
293
  print("Run!")
294
  if examples_type != "":
@@ -524,7 +524,7 @@ block = gr.Blocks(
524
  radius_size=gr.themes.sizes.radius_none,
525
  text_size=gr.themes.sizes.text_md
526
  )
527
- ).queue()
528
  with block:
529
  with gr.Row():
530
  with gr.Column():
 
288
 
289
  self.blur_kernel = blur_kernel
290
 
291
+ @spaces.GPU(duration=200)
292
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
293
  print("Run!")
294
  if examples_type != "":
 
524
  radius_size=gr.themes.sizes.radius_none,
525
  text_size=gr.themes.sizes.text_md
526
  )
527
+ )
528
  with block:
529
  with gr.Row():
530
  with gr.Column():