Spaces:
Sleeping
Sleeping
Update app.py
Browse filesfix: more zerogpu time
app.py
CHANGED
|
@@ -42,8 +42,8 @@ if USE_HUGGINGFACE_ZEROGPU:
|
|
| 42 |
logging.warning("HuggingFace Spaces not available, running without GPU acceleration")
|
| 43 |
|
| 44 |
if USE_HUGGINGFACE_ZEROGPU:
|
| 45 |
-
run_vibe_blend_safe = spaces.GPU(duration=
|
| 46 |
-
run_vibe_blend_not_safe = spaces.GPU(duration=
|
| 47 |
|
| 48 |
try:
|
| 49 |
from download_models import download_ipadapter
|
|
|
|
| 42 |
logging.warning("HuggingFace Spaces not available, running without GPU acceleration")
|
| 43 |
|
| 44 |
if USE_HUGGINGFACE_ZEROGPU:
|
| 45 |
+
run_vibe_blend_safe = spaces.GPU(duration=90)(run_vibe_blend_safe)
|
| 46 |
+
run_vibe_blend_not_safe = spaces.GPU(duration=90)(run_vibe_blend_not_safe)
|
| 47 |
|
| 48 |
try:
|
| 49 |
from download_models import download_ipadapter
|