Spaces:
Running on Zero
Running on Zero
Changing zerogpu duration individual tab from 80 to 90
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def generate_arena_images(
|
|
| 274 |
|
| 275 |
|
| 276 |
# Define the image generation function for the Individual tab
|
| 277 |
-
@spaces.GPU(duration=
|
| 278 |
def generate_individual_image(
|
| 279 |
prompt,
|
| 280 |
negative_prompt,
|
|
|
|
| 274 |
|
| 275 |
|
| 276 |
# Define the image generation function for the Individual tab
|
| 277 |
+
@spaces.GPU(duration=90)
|
| 278 |
def generate_individual_image(
|
| 279 |
prompt,
|
| 280 |
negative_prompt,
|