Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -494,7 +494,7 @@ def sample_traj_by_length(points, num_samples):
|
|
| 494 |
|
| 495 |
|
| 496 |
|
| 497 |
-
@spaces.GPU(duration=
|
| 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 |
|