HikariDawn commited on
Commit
13a5cf7
·
verified ·
1 Parent(s): 6f53b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,7 +494,7 @@ def sample_traj_by_length(points, num_samples):
494
 
495
 
496
 
497
- @spaces.GPU(duration=400)
498
  def inference(inference_canvas, visual_canvas, text_prompt, traj_lists, main_reference_img,
499
  resized_height, resized_width, top_left_height, top_left_width, bottom_right_height, bottom_right_width):
500
 
 
494
 
495
 
496
 
497
+ @spaces.GPU(duration=250)
498
  def inference(inference_canvas, visual_canvas, text_prompt, traj_lists, main_reference_img,
499
  resized_height, resized_width, top_left_height, top_left_width, bottom_right_height, bottom_right_width):
500