Spaces:
Runtime error
Runtime error
Test without audio folder
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ io1 = gr.Interface(
|
|
52 |
outputs = "text",
|
53 |
|
54 |
examples=[
|
55 |
-
["audio/" +
|
56 |
-
["audio/" +
|
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",
|