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