Spaces:
Runtime error
Runtime error
Commit
·
418caa5
1
Parent(s):
14f3ee2
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def transcribe(audio_file_mic=None, audio_file_upload=None):
|
|
| 28 |
|
| 29 |
return transcription, translation[0]
|
| 30 |
|
| 31 |
-
description = '''Luganda to English Speech Translation'''
|
| 32 |
|
| 33 |
# Define example audio files
|
| 34 |
example_audio_files = [
|
|
|
|
| 28 |
|
| 29 |
return transcription, translation[0]
|
| 30 |
|
| 31 |
+
description = '''Luganda,Runyankore,Lugbara,Acholi to English Speech Translation using MMS-ASR & Sunbird translation model'''
|
| 32 |
|
| 33 |
# Define example audio files
|
| 34 |
example_audio_files = [
|