Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,6 +152,7 @@ def generate_video(
|
|
| 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 |
|
| 156 |
# --- Stage 1: Base Generation (Standard or Distill) ---
|
| 157 |
progress(0, desc="Starting Stage 1: Base Generation")
|
|
|
|
| 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 |
|
| 157 |
# --- Stage 1: Base Generation (Standard or Distill) ---
|
| 158 |
progress(0, desc="Starting Stage 1: Base Generation")
|