Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ iface = gr.Interface(
|
|
12 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Whisper Tiny Arabic",
|
15 |
-
description="Realtime demo for Arabic speech recognition using a fine-tuned Whisper
|
16 |
|
17 |
)
|
18 |
|
19 |
-
iface.launch(
|
|
|
12 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
title="Whisper Tiny Arabic",
|
15 |
+
description="Realtime demo for Arabic speech recognition using a fine-tuned Whisper tiny model.",
|
16 |
|
17 |
)
|
18 |
|
19 |
+
iface.launch()
|