Vira21 commited on
Commit
fec2635
1 Parent(s): 7fec98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ interface = gr.Interface(
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/attention.ogg"],
30
  allow_flagging="never" # Disables flagging to save resources
31
  )
32
 
 
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/attention.ogg"]],
30
  allow_flagging="never" # Disables flagging to save resources
31
  )
32