Spaces:
Sleeping
Sleeping
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:
|