Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ interface = gr.Interface(
|
|
24 |
fn=transcribe_audio,
|
25 |
inputs=gr.Audio(type="filepath"),
|
26 |
outputs="text",
|
27 |
-
title="Whisper
|
28 |
-
description="Upload an audio file or record your voice to get the transcription in Khmer.",
|
29 |
examples=[["Example Audio/126.wav"], ["Example Audio/232.wav"], ["Example Audio/tomholland28282.wav"]],
|
30 |
allow_flagging="never" # Disables flagging to save resources
|
31 |
)
|
|
|
24 |
fn=transcribe_audio,
|
25 |
inputs=gr.Audio(type="filepath"),
|
26 |
outputs="text",
|
27 |
+
title="Whisper Small Khmer-Eng Speech-to-Text",
|
28 |
+
description="Upload an audio file or record your voice to get the transcription in Khmer-English.",
|
29 |
examples=[["Example Audio/126.wav"], ["Example Audio/232.wav"], ["Example Audio/tomholland28282.wav"]],
|
30 |
allow_flagging="never" # Disables flagging to save resources
|
31 |
)
|