fffiloni commited on
Commit
3f40d94
·
1 Parent(s): afad51c

Update app.py

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