barto17 commited on
Commit
aabfdd7
·
1 Parent(s): 9a8a478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ def transcribe(Microphone, File_Upload):
103
 
104
 
105
  examples=['sample1.mp3', 'sample2.mp3', 'sample3.mp3']
 
106
 
107
  outputs=gr.outputs.Label(label="Language detected:")
108
  article = """
 
103
 
104
 
105
  examples=['sample1.mp3', 'sample2.mp3', 'sample3.mp3']
106
+ examples = [[f"./{f}"] for f in examples]
107
 
108
  outputs=gr.outputs.Label(label="Language detected:")
109
  article = """