Spaces:
Running
Running
Remove video preview
Browse files
app.py
CHANGED
@@ -506,7 +506,7 @@ def main():
|
|
506 |
video_bytes = video_file.read()
|
507 |
video_file.close()
|
508 |
|
509 |
-
st.video(video_bytes)
|
510 |
|
511 |
# Download button
|
512 |
st.download_button(
|
|
|
506 |
video_bytes = video_file.read()
|
507 |
video_file.close()
|
508 |
|
509 |
+
# st.video(video_bytes)
|
510 |
|
511 |
# Download button
|
512 |
st.download_button(
|