Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ output_text = gr.Textbox(label="Transcribed Text")
|
|
41 |
app = gr.Interface(
|
42 |
fn=transcribe_audio,
|
43 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
44 |
-
outputs="text"
|
45 |
title="Audio Transcription with Whisper Model",
|
46 |
description="Upload an audio file to transcribe it into text using the Whisper model.",
|
47 |
theme="compact"
|
|
|
41 |
app = gr.Interface(
|
42 |
fn=transcribe_audio,
|
43 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
44 |
+
outputs="text",
|
45 |
title="Audio Transcription with Whisper Model",
|
46 |
description="Upload an audio file to transcribe it into text using the Whisper model.",
|
47 |
theme="compact"
|