Jaward commited on
Commit
f4b32c9
·
verified ·
1 Parent(s): 9e36a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks(css="style.css") as demo:
198
  value=0,
199
  visible=False
200
  )
201
- input = gr.Audio(label="User", sources="microphone", type="filepath", waveform_options=True)
202
  output = gr.Audio(label="AI", type="filepath",
203
  interactive=False,
204
  autoplay=True,
 
198
  value=0,
199
  visible=False
200
  )
201
+ input = gr.Audio(label="User", sources=["microphone"], type="filepath")
202
  output = gr.Audio(label="AI", type="filepath",
203
  interactive=False,
204
  autoplay=True,