Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def save_transcription_to_docx(transcription, audio_file_path):
|
|
208 |
doc.save(output_file_name)
|
209 |
return output_file_name
|
210 |
|
211 |
-
st.
|
212 |
|
213 |
# Allow uploading of audio or video files
|
214 |
uploaded_file = st.file_uploader("Upload an audio or video file", type=["wav", "mp3", "ogg", "m4a", "mp4", "mov"])
|
|
|
208 |
doc.save(output_file_name)
|
209 |
return output_file_name
|
210 |
|
211 |
+
st.header("Audio Transcription with OpenAI's Whisper")
|
212 |
|
213 |
# Allow uploading of audio or video files
|
214 |
uploaded_file = st.file_uploader("Upload an audio or video file", type=["wav", "mp3", "ogg", "m4a", "mp4", "mov"])
|