Spaces:
Runtime error
Runtime error
Commit
·
22a0e2a
1
Parent(s):
236142a
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ description = '''Luganda to English Speech Translation'''
|
|
32 |
|
33 |
# Define example audio files
|
34 |
example_audio_files = [
|
35 |
-
"audio/luganda.mp3" # Replace with the path to your first example audio file
|
36 |
]
|
37 |
|
38 |
# Generate example inputs and outputs
|
|
|
32 |
|
33 |
# Define example audio files
|
34 |
example_audio_files = [
|
35 |
+
["audio/luganda.mp3", None, "Luganda"] # Replace with the path to your first example audio file
|
36 |
]
|
37 |
|
38 |
# Generate example inputs and outputs
|