Nick088 commited on
Commit
d7ff52d
·
verified ·
1 Parent(s): b8067e7

Changed zerogpu duration arena tab from 200 to 240

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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,