lorenzoscottb commited on
Commit
da5037f
Β·
1 Parent(s): 9454406

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", type="filepath"),
25
  ).launch()
 
21
  interface_model_L,
22
  description = description,
23
  title = title,
24
+ input = gr.Audio(source="microphone"),
25
  ).launch()