Spaces:
Runtime error
Runtime error
aakashch0179
commited on
Commit
•
c6b92f1
1
Parent(s):
e1d3989
Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,6 @@ if st.button("Generate Video"):
|
|
42 |
# Replace with your actual export logic
|
43 |
video_path = export_to_video(dummy_frames)
|
44 |
|
45 |
-
|
46 |
-
|
|
|
|
42 |
# Replace with your actual export logic
|
43 |
video_path = export_to_video(dummy_frames)
|
44 |
|
45 |
+
# Display the video in the Streamlit app
|
46 |
+
st.video(video_path)
|
47 |
+
|