Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
23 |
inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
|
24 |
outputs="text",
|
25 |
title="Whisper Small Swedish",
|
26 |
-
description="
|
27 |
)
|
28 |
|
29 |
iface.launch()
|
|
|
23 |
inputs=[gr.Audio(source="microphone", type="filepath"), gr.Image("./images/" + image + ".jpeg")],
|
24 |
outputs="text",
|
25 |
title="Whisper Small Swedish",
|
26 |
+
description="Proof of concept for Duolingo-type gamified language learning",
|
27 |
)
|
28 |
|
29 |
iface.launch()
|