Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ iface = gr.Interface(
|
|
| 11 |
fn=transcribe,
|
| 12 |
inputs=gr.Audio(source="upload", type="filepath"),
|
| 13 |
outputs="text",
|
| 14 |
-
title="NS-Y/whisper-tiny-he-
|
| 15 |
-
description="Realtime demo for Hebrew speech recognition using a fine-tuned NS-Y/whisper-tiny
|
| 16 |
)
|
| 17 |
|
| 18 |
iface.launch()
|
|
|
|
| 11 |
fn=transcribe,
|
| 12 |
inputs=gr.Audio(source="upload", type="filepath"),
|
| 13 |
outputs="text",
|
| 14 |
+
title="NS-Y/whisper-tiny-he-6",
|
| 15 |
+
description="Realtime demo for Hebrew speech recognition using a fine-tuned NS-Y/whisper-tiny",
|
| 16 |
)
|
| 17 |
|
| 18 |
iface.launch()
|