Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ def generate_video(
|
|
| 150 |
"""
|
| 151 |
if pipe is None:
|
| 152 |
raise gr.Error("Models failed to load. Please check the console output for errors and restart the app.")
|
| 153 |
-
|
| 154 |
generator = torch.Generator(device=device).manual_seed(int(seed))
|
| 155 |
print(prompt)
|
| 156 |
|
|
|
|
| 150 |
"""
|
| 151 |
if pipe is None:
|
| 152 |
raise gr.Error("Models failed to load. Please check the console output for errors and restart the app.")
|
| 153 |
+
print(prompt)
|
| 154 |
generator = torch.Generator(device=device).manual_seed(int(seed))
|
| 155 |
print(prompt)
|
| 156 |
|