Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.conf
|
|
48 |
|
49 |
|
50 |
# Function
|
51 |
-
@spaces.GPU()
|
52 |
def generate_image(
|
53 |
prompt,
|
54 |
negative="low quality",
|
|
|
48 |
|
49 |
|
50 |
# Function
|
51 |
+
@spaces.GPU(duration=120)
|
52 |
def generate_image(
|
53 |
prompt,
|
54 |
negative="low quality",
|