aar2dee2 commited on
Commit
403c562
·
1 Parent(s): 3a77037

fix audio output

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -125,5 +125,7 @@ demo = gr.Interface(fn=main, inputs=gr.Audio(
125
  source="microphone",
126
  type="filepath",
127
  interactive=True,
128
- ), outputs=gr.Audio())
 
 
129
  demo.launch()
 
125
  source="microphone",
126
  type="filepath",
127
  interactive=True,
128
+ ), outputs=gr.Audio(
129
+ type="filepath"
130
+ ))
131
  demo.launch()