Spaces:
Sleeping
Sleeping
Commit
·
e3e8720
1
Parent(s):
fd5d828
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,9 +37,7 @@ iface = gr.Interface(
|
|
| 37 |
gr.inputs.Audio(source="upload", type="filepath", label="File Upload Mode")
|
| 38 |
],
|
| 39 |
outputs=[
|
| 40 |
-
gr.outputs.Textbox(label="Transcription")
|
| 41 |
-
gr.outputs.Textbox(label="Confidence Score"),
|
| 42 |
-
gr.outputs.Textbox(label="Duration (seconds)")
|
| 43 |
],
|
| 44 |
title="Whisper Transcription App",
|
| 45 |
description="A Gradio app that uses OpenAI's whisper model to transcribe audio"
|
|
|
|
| 37 |
gr.inputs.Audio(source="upload", type="filepath", label="File Upload Mode")
|
| 38 |
],
|
| 39 |
outputs=[
|
| 40 |
+
gr.outputs.Textbox(label="Transcription")
|
|
|
|
|
|
|
| 41 |
],
|
| 42 |
title="Whisper Transcription App",
|
| 43 |
description="A Gradio app that uses OpenAI's whisper model to transcribe audio"
|