Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ iface = gr.Interface(
|
|
17 |
description="Hindi speech recognition using a fine-tuned Whisper small model on CVoice 13",
|
18 |
)
|
19 |
|
20 |
-
iface.launch(
|
|
|
17 |
description="Hindi speech recognition using a fine-tuned Whisper small model on CVoice 13",
|
18 |
)
|
19 |
|
20 |
+
iface.launch()
|