Spaces:
Sleeping
Sleeping
BatuhanYilmaz
commited on
Commit
•
e9730bf
1
Parent(s):
53e054f
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
@@ -241,7 +241,7 @@ def main():
|
|
241 |
st.info("Streamlit refreshes after the download button is clicked. The data is cached so you can download the transcript again without having to transcribe the video again.")
|
242 |
|
243 |
with col4:
|
244 |
-
with st.spinner("Generating Subtitled Video"):
|
245 |
video_with_subs = generate_subtitled_video(video, "audio.mp3", "transcript.srt")
|
246 |
st.video(video_with_subs)
|
247 |
st.balloons()
|
|
|
241 |
st.info("Streamlit refreshes after the download button is clicked. The data is cached so you can download the transcript again without having to transcribe the video again.")
|
242 |
|
243 |
with col4:
|
244 |
+
with st.spinner("Generating Subtitled Video "):
|
245 |
video_with_subs = generate_subtitled_video(video, "audio.mp3", "transcript.srt")
|
246 |
st.video(video_with_subs)
|
247 |
st.balloons()
|