nalin0503 commited on
Commit
708f462
·
1 Parent(s): caa06b8

Remove video preview

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(