Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
[os.path.join(os.path.dirname("."),"audio/ekdonteen.flac")],
|
29 |
[os.path.join(os.path.dirname("."),"audio/heyatachadjaale.mp3")],
|
30 |
],
|
31 |
-
title="Whisper
|
32 |
description="Realtime demo for Konkani speech recognition using a fine-tuned Whisper small model.",
|
33 |
)
|
34 |
|
|
|
28 |
[os.path.join(os.path.dirname("."),"audio/ekdonteen.flac")],
|
29 |
[os.path.join(os.path.dirname("."),"audio/heyatachadjaale.mp3")],
|
30 |
],
|
31 |
+
title="Whisper Konkani",
|
32 |
description="Realtime demo for Konkani speech recognition using a fine-tuned Whisper small model.",
|
33 |
)
|
34 |
|