Spaces:
Runtime error
Runtime error
sab
commited on
Commit
·
c33e25c
1
Parent(s):
768e553
unset GPU duration
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ pipe.enable_model_cpu_offload()
|
|
| 25 |
pipe.enable_vae_tiling()
|
| 26 |
|
| 27 |
|
| 28 |
-
@spaces.GPU
|
| 29 |
def generate_video(prompt, num_frames=84, fps=30, high_quality=False):
|
| 30 |
if high_quality:
|
| 31 |
print("High quality option selected. Requires 42GB VRAM.")
|
|
|
|
| 25 |
pipe.enable_vae_tiling()
|
| 26 |
|
| 27 |
|
| 28 |
+
@spaces.GPU
|
| 29 |
def generate_video(prompt, num_frames=84, fps=30, high_quality=False):
|
| 30 |
if high_quality:
|
| 31 |
print("High quality option selected. Requires 42GB VRAM.")
|