awacke1 commited on
Commit
d51a9a8
·
1 Parent(s): bf69b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "path/to/output_video.mp4"
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)