Spaces:
Paused
Paused
Update app.py
Browse files
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(
|
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
|