leophill commited on
Commit
b53f29f
·
1 Parent(s): 6ab1a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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","None",30], ["./Chamber2022_2.wav","None",20], ["./Chamber2022_3.wav","None",30], ["./Chamber2022_4.wav","None",29]]
 
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,