Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,6 +135,7 @@ if uploaded_file:
|
|
135 |
|
136 |
# Example usage
|
137 |
create_summary_video("scenes", "summary_video.mp4")
|
|
|
138 |
|
139 |
# # Combine Audio & Video
|
140 |
# st.write("🎬 Merging audio with the video...")
|
|
|
135 |
|
136 |
# Example usage
|
137 |
create_summary_video("scenes", "summary_video.mp4")
|
138 |
+
st.video('summary_video.mp4')
|
139 |
|
140 |
# # Combine Audio & Video
|
141 |
# st.write("🎬 Merging audio with the video...")
|