Spaces:
Running
on
Zero
Running
on
Zero
envs
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ class ImageConductor:
|
|
301 |
|
302 |
self.blur_kernel = blur_kernel
|
303 |
|
304 |
-
@spaces.GPU(duration=
|
305 |
def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
|
306 |
print("Run!")
|
307 |
# if examples_type != "":
|
|
|
301 |
|
302 |
self.blur_kernel = blur_kernel
|
303 |
|
304 |
+
@spaces.GPU(duration=120)
|
305 |
def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
|
306 |
print("Run!")
|
307 |
# if examples_type != "":
|