Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|