Spaces:
Runtime error
Runtime error
envs
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ class ImageConductor:
|
|
300 |
|
301 |
self.blur_kernel = blur_kernel
|
302 |
|
303 |
-
@spaces.GPU(duration=
|
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 != "":
|