tensorkelechi commited on
Commit
b68aca1
·
verified ·
1 Parent(s): 0798764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,7 +88,8 @@ with youtube_url_tab:
88
 
89
  with file_select_tab:
90
  video_file = st.file_uploader("Upload video file", type="mp4")
91
-
 
92
 
93
  if video_file:
94
  if st.button("Transcribe", key="vidfile"):
 
88
 
89
  with file_select_tab:
90
  video_file = st.file_uploader("Upload video file", type="mp4")
91
+ video_file = video_file.getvalue()
92
+
93
 
94
  if video_file:
95
  if st.button("Transcribe", key="vidfile"):