kamau1 commited on
Commit
54dde8c
·
verified ·
1 Parent(s): 5149aa0

Update pages/02_📼_Upload_Video_File.py

Browse files
Files changed (1) hide show
  1. pages/02_📼_Upload_Video_File.py +1 -4
pages/02_📼_Upload_Video_File.py CHANGED
@@ -45,10 +45,7 @@ with col1:
45
  with col2:
46
  st.write("""
47
  ## Semaitles
48
- ##### Upload a video file and get a video with subtitles.
49
- ###### ➠ If you want to transcribe the video in its original language, select the task as "Transcribe"
50
- ###### ➠ If you want to translate the subtitles to English, select the task as "Translate with Whisper"
51
- ###### ➠ If you want to translate the subtitles from English to any of the 200 supported languages, select the task as "Translate with Sema" """)
52
 
53
 
54
  @st.cache(allow_output_mutation=True)
 
45
  with col2:
46
  st.write("""
47
  ## Semaitles
48
+ ##### Upload a video file and get a video with subtitles.""")
 
 
 
49
 
50
 
51
  @st.cache(allow_output_mutation=True)