Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -475,7 +475,7 @@ def get_duration(
|
|
| 475 |
return max(60, int((denoise + decode + post) * _MARGIN) + _PLACEMENT_ALLOWANCE)
|
| 476 |
|
| 477 |
|
| 478 |
-
@spaces.GPU(duration=
|
| 479 |
def _generate(
|
| 480 |
prompt_embeds,
|
| 481 |
text_token_tags,
|
|
|
|
| 475 |
return max(60, int((denoise + decode + post) * _MARGIN) + _PLACEMENT_ALLOWANCE)
|
| 476 |
|
| 477 |
|
| 478 |
+
@spaces.GPU(duration=140, size=GPU_SIZE)
|
| 479 |
def _generate(
|
| 480 |
prompt_embeds,
|
| 481 |
text_token_tags,
|