Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def load_generated_images():
|
|
41 |
return batch_images
|
42 |
|
43 |
|
44 |
-
@spaces.GPU(duration=
|
45 |
def generate_images(
|
46 |
prompt: str,
|
47 |
width: int = 512,
|
|
|
41 |
return batch_images
|
42 |
|
43 |
|
44 |
+
@spaces.GPU(duration=120)
|
45 |
def generate_images(
|
46 |
prompt: str,
|
47 |
width: int = 512,
|