Irpan commited on
Commit
9510f4a
1 Parent(s): 7bc4048
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ mms_transcribe = gr.Interface(
18
  gr.Textbox(label="Uyghur Arabic Transcription"),
19
  gr.Textbox(label="Uyghur Latin Transcription"),
20
  ],
21
- examples=util.asr_examples,
22
  title="Speech-to-text",
23
  description=(
24
  "Transcribe Uyghur speech audio from a microphone or input file."
@@ -40,7 +40,7 @@ mms_synthesize = gr.Interface(
40
  outputs=[
41
  gr.Audio(label="Generated Audio"),
42
  ],
43
- examples=util.tts_examples,
44
  title="Text-to-speech",
45
  description=(
46
  "Generate audio from input Uyghur text."
 
18
  gr.Textbox(label="Uyghur Arabic Transcription"),
19
  gr.Textbox(label="Uyghur Latin Transcription"),
20
  ],
21
+ #examples=util.asr_examples,
22
  title="Speech-to-text",
23
  description=(
24
  "Transcribe Uyghur speech audio from a microphone or input file."
 
40
  outputs=[
41
  gr.Audio(label="Generated Audio"),
42
  ],
43
+ #examples=util.tts_examples,
44
  title="Text-to-speech",
45
  description=(
46
  "Generate audio from input Uyghur text."