Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def concat_images_horizontally(images, bg_color=(255, 255, 255)):
|
|
| 101 |
x += img.width
|
| 102 |
return canvas
|
| 103 |
|
| 104 |
-
@spaces.GPU(
|
| 105 |
def generate_turnaround(
|
| 106 |
image,
|
| 107 |
extra_prompt="",
|
|
|
|
| 101 |
x += img.width
|
| 102 |
return canvas
|
| 103 |
|
| 104 |
+
@spaces.GPU()
|
| 105 |
def generate_turnaround(
|
| 106 |
image,
|
| 107 |
extra_prompt="",
|