Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ iface = gr.Interface(
|
|
15 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|
16 |
)
|
17 |
|
18 |
-
iface.launch()
|
|
|
|
15 |
description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
|
16 |
)
|
17 |
|
18 |
+
iface.launch()
|
19 |
+
# blablabla
|