allandclive commited on
Commit
22a0e2a
·
1 Parent(s): 236142a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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