Spaces:
Sleeping
Sleeping
Update pages/04_π_Upload_Audio_File.py
Browse files
pages/04_π_Upload_Audio_File.py
CHANGED
@@ -41,10 +41,7 @@ with col1:
|
|
41 |
with col2:
|
42 |
st.write("""
|
43 |
## Sema Audio Transcriber
|
44 |
-
##### Input an audio file and get a transcript.
|
45 |
-
###### β If you want to transcribe the audio in its original language, select the task as "Transcribe"
|
46 |
-
###### β If you want to translate the subtitles to English, select the task as "Translate with Whisper"
|
47 |
-
###### β If you want to translate the subtitles from English to any of the 200 supported languages, select the task as "Translate with Sema" """)
|
48 |
|
49 |
loaded_model = whisper.load_model("base")
|
50 |
current_size = "None"
|
|
|
41 |
with col2:
|
42 |
st.write("""
|
43 |
## Sema Audio Transcriber
|
44 |
+
##### Input an audio file and get a transcript.""")
|
|
|
|
|
|
|
45 |
|
46 |
loaded_model = whisper.load_model("base")
|
47 |
current_size = "None"
|