Spaces:
Runtime error
Runtime error
Commit
·
785ffb9
1
Parent(s):
93a1fe3
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ mms_transcribe = gr.Interface(
|
|
47 |
),
|
48 |
],
|
49 |
outputs="text",
|
50 |
-
title="Speech-to-text",
|
51 |
description=("Transcribe audio!"),
|
52 |
allow_flagging="never",
|
53 |
)
|
@@ -68,7 +68,7 @@ mms_synthesize = gr.Interface(
|
|
68 |
gr.Text(label="Filtered text after removing OOVs"),
|
69 |
],
|
70 |
examples=TTS_EXAMPLES,
|
71 |
-
title="Text-to-speech",
|
72 |
description=("Generate audio!"),
|
73 |
allow_flagging="never",
|
74 |
)
|
|
|
47 |
),
|
48 |
],
|
49 |
outputs="text",
|
50 |
+
title="Uganda Languages Speech-to-text",
|
51 |
description=("Transcribe audio!"),
|
52 |
allow_flagging="never",
|
53 |
)
|
|
|
68 |
gr.Text(label="Filtered text after removing OOVs"),
|
69 |
],
|
70 |
examples=TTS_EXAMPLES,
|
71 |
+
title="Uganda Languages Text-to-speech",
|
72 |
description=("Generate audio!"),
|
73 |
allow_flagging="never",
|
74 |
)
|