lorenzoscottb commited on
Commit
7e4153d
Β·
1 Parent(s): b36837b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,10 +17,9 @@ interface_model_L = gr.Interface.load(
17
  )
18
 
19
  Series(
20
- audio_int,
21
  wisper,
22
  interface_model_L,
23
  description = description,
24
  title = title,
25
- input =gr.Audio(source="microphone", type="numpy", label="Speak here..."),
26
  ).launch()
 
17
  )
18
 
19
  Series(
 
20
  wisper,
21
  interface_model_L,
22
  description = description,
23
  title = title,
24
+ input = gr.Audio(source="microphone", type="numpy", label="Speak here..."),
25
  ).launch()