Silemo commited on
Commit
0e4f3c2
·
1 Parent(s): f83c531

Test without audio folder

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ io1 = gr.Interface(
52
  outputs = "text",
53
 
54
  examples=[
55
- ["audio/" + audio1_filename],
56
- ["audio/" + audio2_filename],
57
  ],
58
 
59
  title = "Whisper Small - Italian - Microphone or Audio file",
 
52
  outputs = "text",
53
 
54
  examples=[
55
+ [ audio1_filename], #"audio/" +
56
+ [ audio2_filename], #"audio/" +
57
  ],
58
 
59
  title = "Whisper Small - Italian - Microphone or Audio file",