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