Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
|
|
20 |
inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
|
21 |
outputs="text",
|
22 |
title="Whisper Small Swedish",
|
23 |
-
description="
|
24 |
)
|
25 |
|
26 |
|
|
|
20 |
inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
|
21 |
outputs="text",
|
22 |
title="Whisper Small Swedish",
|
23 |
+
description="Demo of whisper small ASR fine tuned to swedish. Vad är det på bilden? Spela in ditt svar genom att trycka på inspelningsknappen!",
|
24 |
)
|
25 |
|
26 |
|