Commit
·
e8cf629
1
Parent(s):
405a06a
changed duration
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ pipe.enable_vae_tiling() # << Enable this if you have limited VRAM
|
|
| 30 |
pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
|
| 31 |
|
| 32 |
# region functions
|
| 33 |
-
@spaces.GPU(duration=
|
| 34 |
def predict(
|
| 35 |
image,
|
| 36 |
prompt,
|
|
|
|
| 30 |
pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
|
| 31 |
|
| 32 |
# region functions
|
| 33 |
+
@spaces.GPU(duration=120)
|
| 34 |
def predict(
|
| 35 |
image,
|
| 36 |
prompt,
|