Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ print("=" * 80)
|
|
| 86 |
print("Pipeline fully loaded and ready!")
|
| 87 |
print("=" * 80)
|
| 88 |
|
| 89 |
-
@spaces.GPU(duration=
|
| 90 |
def generate_video(
|
| 91 |
input_image,
|
| 92 |
prompt: str,
|
|
|
|
| 86 |
print("Pipeline fully loaded and ready!")
|
| 87 |
print("=" * 80)
|
| 88 |
|
| 89 |
+
@spaces.GPU(duration=100)
|
| 90 |
def generate_video(
|
| 91 |
input_image,
|
| 92 |
prompt: str,
|