fffiloni commited on
Commit
b8f702d
·
1 Parent(s): 56841f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def run_inference(prompt, video_path, condition, video_length):
120
 
121
  processed_chunks = []
122
 
123
- for index, chunk_path in enumerate(chunks_array):
124
  print(f"Chunk #{index}: {chunk_path}")
125
 
126
  # Check if the file already exists
 
120
 
121
  processed_chunks = []
122
 
123
+ for index, chunk_path in enumerate(chunks):
124
  print(f"Chunk #{index}: {chunk_path}")
125
 
126
  # Check if the file already exists