Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def run_inference(prompt, video_path, condition, video_length):
|
|
| 40 |
os.makedirs(output_path, exist_ok=True)
|
| 41 |
|
| 42 |
# Construct the final video path
|
| 43 |
-
video_path_output = os.path.join(output_path, f"{prompt}.mp4"
|
| 44 |
|
| 45 |
# Check if the file already exists
|
| 46 |
if os.path.exists(video_path_output):
|
|
|
|
| 40 |
os.makedirs(output_path, exist_ok=True)
|
| 41 |
|
| 42 |
# Construct the final video path
|
| 43 |
+
video_path_output = os.path.join(output_path, f"{prompt}.mp4")
|
| 44 |
|
| 45 |
# Check if the file already exists
|
| 46 |
if os.path.exists(video_path_output):
|