Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def inference_video(video, size):
|
|
118 |
except Exception as e:
|
119 |
print(f"Error saving video input: {str(e)}")
|
120 |
os.system("python inference_video.py")
|
121 |
-
return os.path.join('/
|
122 |
|
123 |
|
124 |
|
|
|
118 |
except Exception as e:
|
119 |
print(f"Error saving video input: {str(e)}")
|
120 |
os.system("python inference_video.py")
|
121 |
+
return os.path.join(f'/{INPUT_DIR}/results_mp4_videos/', 'input.mp4')
|
122 |
|
123 |
|
124 |
|