Vira21 commited on
Commit
608efab
1 Parent(s): 2893702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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