Spaces:
Runtime error
Runtime error
Commit
·
50e1719
1
Parent(s):
785ffb9
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ mms_transcribe = gr.Interface(
|
|
| 47 |
),
|
| 48 |
],
|
| 49 |
outputs="text",
|
| 50 |
-
title="
|
| 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="
|
| 72 |
description=("Generate audio!"),
|
| 73 |
allow_flagging="never",
|
| 74 |
)
|
|
@@ -80,7 +80,7 @@ mms_identify = gr.Interface(
|
|
| 80 |
gr.Audio(source="upload", type="filepath"),
|
| 81 |
],
|
| 82 |
outputs=gr.Label(num_top_classes=10),
|
| 83 |
-
title="Language Identification",
|
| 84 |
description=("Identity the language of audio!"),
|
| 85 |
allow_flagging="never",
|
| 86 |
)
|
|
|
|
| 47 |
),
|
| 48 |
],
|
| 49 |
outputs="text",
|
| 50 |
+
title="Ugandan 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="Ugandan Languages Text-to-speech",
|
| 72 |
description=("Generate audio!"),
|
| 73 |
allow_flagging="never",
|
| 74 |
)
|
|
|
|
| 80 |
gr.Audio(source="upload", type="filepath"),
|
| 81 |
],
|
| 82 |
outputs=gr.Label(num_top_classes=10),
|
| 83 |
+
title="Ugandan Language Identification",
|
| 84 |
description=("Identity the language of audio!"),
|
| 85 |
allow_flagging="never",
|
| 86 |
)
|