Falln87 commited on
Commit
1f79ba5
·
verified ·
1 Parent(s): d132491

Update app.py

Browse files

Line 102: changed to true

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css="style.css") as demo:
99
  )
100
  input = gr.Audio(label="User", sources="microphone", type="filepath", waveform_options=False)
101
  output = gr.Audio(label="AI", type="filepath",
102
- interactive=False,
103
  autoplay=True,
104
  elem_classes="audio")
105
  gr.Interface(
 
99
  )
100
  input = gr.Audio(label="User", sources="microphone", type="filepath", waveform_options=False)
101
  output = gr.Audio(label="AI", type="filepath",
102
+ interactive=True,
103
  autoplay=True,
104
  elem_classes="audio")
105
  gr.Interface(