Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|