Spaces:
Sleeping
Sleeping
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
@@ -35,10 +35,7 @@ with col1:
|
|
35 |
with col2:
|
36 |
st.write("""
|
37 |
## Sematube
|
38 |
-
##### Input a YouTube video link and get a video with subtitles.
|
39 |
-
###### ➠ If you want to transcribe the video in its original language, select the task as "Transcribe"
|
40 |
-
###### ➠ If you want to translate the subtitles to English, select the task as "Translate with Whisper"
|
41 |
-
###### ➠ If you want to translate the subtitles from English to any of the 200 supported languages, select the task as "Translate with Sema" """)
|
42 |
|
43 |
|
44 |
@st.cache(allow_output_mutation=True)
|
|
|
35 |
with col2:
|
36 |
st.write("""
|
37 |
## Sematube
|
38 |
+
##### Input a YouTube video link and get a video with subtitles.""")
|
|
|
|
|
|
|
39 |
|
40 |
|
41 |
@st.cache(allow_output_mutation=True)
|