aashwinik commited on
Commit
1b4f860
1 Parent(s): 191aaf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if uploaded_file is not None:
18
  st.video(video_bytes)
19
 
20
  tfile2 = tempfile.NamedTemporaryFile(delete=False)
21
- tfile2.write(output.read())
22
 
23
  with open(tfile2.name, "rb") as file:
24
  btn = st.download_button(
 
18
  st.video(video_bytes)
19
 
20
  tfile2 = tempfile.NamedTemporaryFile(delete=False)
21
+ tfile2.write(output)
22
 
23
  with open(tfile2.name, "rb") as file:
24
  btn = st.download_button(