kamau1 commited on
Commit
d3d9b45
·
verified ·
1 Parent(s): cfe5994

Update 01_🎥_Input_YouTube_Link.py

Browse files
Files changed (1) hide show
  1. 01_🎥_Input_YouTube_Link.py +5 -2
01_🎥_Input_YouTube_Link.py CHANGED
@@ -13,7 +13,7 @@ import ffmpeg
13
  from languages import LANGUAGES
14
  from flores200_codes import flores_codes
15
 
16
- st.set_page_config(page_title="Sema Titles", page_icon="🎦", layout="wide")
17
 
18
  # Define a function that we can use to load lottie files from a link.
19
  @st.cache()
@@ -31,7 +31,7 @@ with col1:
31
 
32
  with col2:
33
  st.write("""
34
- ## Sema-Titles
35
  ##### Input a YouTube video link and get a video with subtitles.
36
  ###### ➠ If you want to transcribe the video in its original language, select the task as "Transcribe"
37
  ###### ➠ If you want to translate the subtitles to English, select the task as "Translate with Whisper"
@@ -288,4 +288,7 @@ def main():
288
 
289
  if __name__ == "__main__":
290
  main()
 
 
 
291
  st.markdown("###### Powered by [sema © 2024](https://www.sema.wiki)")
 
13
  from languages import LANGUAGES
14
  from flores200_codes import flores_codes
15
 
16
+ st.set_page_config(page_title="Sematube", page_icon="🎦", layout="wide")
17
 
18
  # Define a function that we can use to load lottie files from a link.
19
  @st.cache()
 
31
 
32
  with col2:
33
  st.write("""
34
+ ## Sematube
35
  ##### Input a YouTube video link and get a video with subtitles.
36
  ###### ➠ If you want to transcribe the video in its original language, select the task as "Transcribe"
37
  ###### ➠ If you want to translate the subtitles to English, select the task as "Translate with Whisper"
 
288
 
289
  if __name__ == "__main__":
290
  main()
291
+ st.markdown("###### ")
292
+ st.markdown("###### ")
293
+ st.markdown("###### ")
294
  st.markdown("###### Powered by [sema © 2024](https://www.sema.wiki)")