Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,9 @@ iface = gr.Interface(
|
|
13 |
fn=transcribe,
|
14 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
15 |
outputs=[
|
16 |
-
gr.Textbox(label='Transcribed Speech'),
|
17 |
-
gr.Textbox(label='Swedish GPT Generated Speech')
|
|
|
18 |
],
|
19 |
title="Whisper Small Swedish + Swedish GPT",
|
20 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model & text generation with Swedish GPT.",
|
|
|
13 |
fn=transcribe,
|
14 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
15 |
outputs=[
|
16 |
+
#gr.Textbox(label='Transcribed Speech'),
|
17 |
+
#gr.Textbox(label='Swedish GPT Generated Speech')
|
18 |
+
'text','text'
|
19 |
],
|
20 |
title="Whisper Small Swedish + Swedish GPT",
|
21 |
description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model & text generation with Swedish GPT.",
|