Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if uploaded_files:
|
|
55 |
st.write("The new video will be compiled here.")
|
56 |
|
57 |
# Assume output_video_path contains the path to the compiled video
|
58 |
-
output_video_path = "
|
59 |
|
60 |
# Provide download link for the video
|
61 |
video_base64 = get_video_base64(output_video_path)
|
|
|
55 |
st.write("The new video will be compiled here.")
|
56 |
|
57 |
# Assume output_video_path contains the path to the compiled video
|
58 |
+
output_video_path = "output_video.mp4"
|
59 |
|
60 |
# Provide download link for the video
|
61 |
video_base64 = get_video_base64(output_video_path)
|