Spaces:
Running
Running
Irpan
commited on
Commit
·
03dc51e
1
Parent(s):
6a213c1
app
Browse files
app.py
CHANGED
@@ -24,7 +24,13 @@ mms_transcribe = gr.Interface(
|
|
24 |
],
|
25 |
examples=util.asr_examples,
|
26 |
description=(
|
27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
),
|
29 |
article=util.asr_notes,
|
30 |
allow_flagging="never",
|
@@ -46,7 +52,13 @@ mms_synthesize = gr.Interface(
|
|
46 |
],
|
47 |
examples=util.tts_examples,
|
48 |
description=(
|
49 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
),
|
51 |
article=util.tts_notes,
|
52 |
allow_flagging="never",
|
|
|
24 |
],
|
25 |
examples=util.asr_examples,
|
26 |
description=(
|
27 |
+
"""
|
28 |
+
Transcribe Uyghur audio from a microphone or input file.
|
29 |
+
|
30 |
+
Cilck on examples for sample usage.
|
31 |
+
|
32 |
+
Please keep the audio length under 10 seconds for faster processing since this space is running on CPU basic.
|
33 |
+
"""
|
34 |
),
|
35 |
article=util.asr_notes,
|
36 |
allow_flagging="never",
|
|
|
52 |
],
|
53 |
examples=util.tts_examples,
|
54 |
description=(
|
55 |
+
"""
|
56 |
+
Generate audio from input Uyghur text.
|
57 |
+
|
58 |
+
Cilck on examples for sample usage.
|
59 |
+
|
60 |
+
Please keep the input text length under 200 characters for faster processing since this space is running on CPU basic.
|
61 |
+
"""
|
62 |
),
|
63 |
article=util.tts_notes,
|
64 |
allow_flagging="never",
|