Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ inputs = [gr.inputs.Audio(source="upload", type='filepath', label="Eng Audio-Dat
|
|
40 |
|
41 |
outputs = [gr.outputs.Textbox(label="Erkannten Text")]
|
42 |
|
43 |
-
samples = [["Chamber2022_1.wav", "Chamber2022_1.wav",
|
44 |
|
45 |
gr.Interface(fn = asr_pipe,
|
46 |
inputs = inputs,
|
|
|
40 |
|
41 |
outputs = [gr.outputs.Textbox(label="Erkannten Text")]
|
42 |
|
43 |
+
samples = [["Chamber2022_1.wav", "Chamber2022_1.wav", 15.5], ["Chamber2022_2.wav", "Chamber2022_2.wav", 20], ["Chamber2022_3.wav", "Chamber2022_3.wav", 30], ["Erlieft-a-Verzielt.wav", "Erlieft-a-Verzielt.wav", 28.5]]
|
44 |
|
45 |
gr.Interface(fn = asr_pipe,
|
46 |
inputs = inputs,
|