Spaces:
Runtime error
Runtime error
David Li
commited on
Commit
·
b660bcb
1
Parent(s):
62b066e
feat: update whisper demo
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def get_text_from_mp3_whisper(mp3_file: str)->str:
|
|
11 |
|
12 |
|
13 |
gr.Interface(
|
14 |
-
title = 'OpenAI Whisper
|
15 |
fn=get_text_from_mp3_whisper,
|
16 |
inputs=[
|
17 |
gr.inputs.Audio(type="filepath")
|
|
|
11 |
|
12 |
|
13 |
gr.Interface(
|
14 |
+
title = 'OpenAI Whisper Transcribe audio files to text',
|
15 |
fn=get_text_from_mp3_whisper,
|
16 |
inputs=[
|
17 |
gr.inputs.Audio(type="filepath")
|