rahul7star commited on
Commit
94a5f00
·
verified ·
1 Parent(s): b37f148

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")