Update app.py
Browse files
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"
|
| 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,
|