Spaces:
Running
on
Zero
Running
on
Zero
envs
Browse files
app.py
CHANGED
@@ -289,7 +289,6 @@ class ImageConductor:
|
|
289 |
self.blur_kernel = blur_kernel
|
290 |
|
291 |
@spaces.GPU(duration=100)
|
292 |
-
@torch.no_grad()
|
293 |
def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
|
294 |
if examples_type != "":
|
295 |
### for adapting high version gradio
|
|
|
289 |
self.blur_kernel = blur_kernel
|
290 |
|
291 |
@spaces.GPU(duration=100)
|
|
|
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 |
if examples_type != "":
|
294 |
### for adapting high version gradio
|