Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
|
|
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
|
21 |
)
|
22 |
|
23 |
iface.launch()
|
|
|
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.",
|
21 |
)
|
22 |
|
23 |
iface.launch()
|