Spaces:
Running
on
Zero
Running
on
Zero
Changed zerogpu duration arena tab from 200 to 240
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def generate_single_image(
|
|
| 143 |
|
| 144 |
|
| 145 |
# Define the image generation function for the Arena tab
|
| 146 |
-
@spaces.GPU(duration=
|
| 147 |
def generate_arena_images(
|
| 148 |
prompt,
|
| 149 |
negative_prompt,
|
|
|
|
| 143 |
|
| 144 |
|
| 145 |
# Define the image generation function for the Arena tab
|
| 146 |
+
@spaces.GPU(duration=240)
|
| 147 |
def generate_arena_images(
|
| 148 |
prompt,
|
| 149 |
negative_prompt,
|