rahul7star commited on
Commit
8961573
·
verified ·
1 Parent(s): 3595535

Update app.py

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