Update app.py
Browse filesLine 102: changed to true
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=
|
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(
|