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