lorenzoscottb commited on
Commit
db72ed6
Β·
1 Parent(s): 9090c16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ Series(
21
  interface_model_L,
22
  description = description,
23
  title = title,
24
- input = gr.Audio(source="microphone"),
25
  ).launch()
 
21
  interface_model_L,
22
  description = description,
23
  title = title,
24
+ inputs = gr.Audio(source="microphone"),
25
  ).launch()