kamau1 commited on
Commit
6335b41
Β·
verified Β·
1 Parent(s): 54dde8c

Update pages/03_πŸ“_Upload_Video_File_and_Transcript.py

Browse files
pages/03_πŸ“_Upload_Video_File_and_Transcript.py CHANGED
@@ -41,8 +41,7 @@ with col1:
41
  with col2:
42
  st.write("""
43
  ## Sema Captions
44
- ##### ➠ Upload a video file and a transcript as .srt or .vtt file and get a video with subtitles.
45
- ##### ➠ Processing time will increase as the video length increases. """)
46
 
47
 
48
  def getSubs(segments: Iterator[dict], format: str, maxLineWidth: int) -> str:
 
41
  with col2:
42
  st.write("""
43
  ## Sema Captions
44
+ ##### ➠ Upload a video file and a transcript as .srt or .vtt file and get a video with subtitles.""")
 
45
 
46
 
47
  def getSubs(segments: Iterator[dict], format: str, maxLineWidth: int) -> str: