Spaces:
Running
on
Zero
Running
on
Zero
Dariusz Ochota
commited on
Commit
•
153f698
1
Parent(s):
9e53504
Update edit_app.py
Browse files- edit_app.py +1 -1
edit_app.py
CHANGED
@@ -70,7 +70,7 @@ def main():
|
|
70 |
image_cfg_scale,
|
71 |
)
|
72 |
|
73 |
-
@spaces.GPU(duration=
|
74 |
def generate(
|
75 |
input_image: Image.Image,
|
76 |
instruction: str,
|
|
|
70 |
image_cfg_scale,
|
71 |
)
|
72 |
|
73 |
+
@spaces.GPU(duration=120)
|
74 |
def generate(
|
75 |
input_image: Image.Image,
|
76 |
instruction: str,
|