Vira21 commited on
Commit
72aef28
1 Parent(s): 07f3c71

Update app.py

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