Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,10 +101,10 @@ def concat_images_horizontally(images, bg_color=(255, 255, 255)):
|
|
| 101 |
x += img.width
|
| 102 |
return canvas
|
| 103 |
|
| 104 |
-
@spaces.GPU(duration=
|
| 105 |
def generate_turnaround(
|
| 106 |
image,
|
| 107 |
-
extra_prompt="",
|
| 108 |
seed=42,
|
| 109 |
randomize_seed=False,
|
| 110 |
true_guidance_scale=1.0,
|
|
|
|
| 101 |
x += img.width
|
| 102 |
return canvas
|
| 103 |
|
| 104 |
+
@spaces.GPU(duration=120)
|
| 105 |
def generate_turnaround(
|
| 106 |
image,
|
| 107 |
+
extra_prompt="",
|
| 108 |
seed=42,
|
| 109 |
randomize_seed=False,
|
| 110 |
true_guidance_scale=1.0,
|