BatuhanYilmaz
commited on
Commit
•
85d50e2
1
Parent(s):
04d3eb7
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
@@ -183,7 +183,7 @@ def main():
|
|
183 |
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.")
|
184 |
|
185 |
with col4:
|
186 |
-
with st.spinner("Generating Subtitled Video"):
|
187 |
video_with_subs = generate_subtitled_video(video, "audio.mp3", "transcript.srt")
|
188 |
st.video(video_with_subs)
|
189 |
st.balloons()
|
|
|
183 |
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.")
|
184 |
|
185 |
with col4:
|
186 |
+
with st.spinner("Generating Subtitled Video "):
|
187 |
video_with_subs = generate_subtitled_video(video, "audio.mp3", "transcript.srt")
|
188 |
st.video(video_with_subs)
|
189 |
st.balloons()
|