Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ def inference_video(video, size):
|
|
| 109 |
os.system("cd ..")
|
| 110 |
try:
|
| 111 |
# Specify the desired output file path with the custom name and ".mp4" extension
|
| 112 |
-
output_file_path = f"/{INPUT_DIR}/videos/
|
| 113 |
|
| 114 |
# Save the video input to the specified file path
|
| 115 |
with open(output_file_path, 'wb') as output_file:
|
|
|
|
| 109 |
os.system("cd ..")
|
| 110 |
try:
|
| 111 |
# Specify the desired output file path with the custom name and ".mp4" extension
|
| 112 |
+
output_file_path = f"/{INPUT_DIR}/videos/input.mp4"
|
| 113 |
|
| 114 |
# Save the video input to the specified file path
|
| 115 |
with open(output_file_path, 'wb') as output_file:
|