Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
6fe1b7e
1
Parent(s):
5cbf75a
update duration to 8x scale
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ pipe.enable_vae_tiling() # << Enable this if you have limited VRAM
|
|
31 |
pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
|
32 |
|
33 |
# region functions
|
34 |
-
@spaces.GPU(duration=
|
35 |
def predict(
|
36 |
image,
|
37 |
prompt,
|
|
|
31 |
pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
|
32 |
|
33 |
# region functions
|
34 |
+
@spaces.GPU(duration=720)
|
35 |
def predict(
|
36 |
image,
|
37 |
prompt,
|