Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ demo = gr.Blocks()
|
|
28 |
mic_transcribe = gr.Interface(
|
29 |
fn=transcribe_speech,
|
30 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
31 |
-
outputs=
|
32 |
)
|
33 |
|
34 |
file_transcribe = gr.Interface(
|
|
|
28 |
mic_transcribe = gr.Interface(
|
29 |
fn=transcribe_speech,
|
30 |
inputs=gr.Audio(sources="microphone", type="filepath"),
|
31 |
+
outputs="text",
|
32 |
)
|
33 |
|
34 |
file_transcribe = gr.Interface(
|