Eniola Alese
commited on
Commit
Β·
6a4f073
1
Parent(s):
cf9a0f1
update app
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(title="Voice chat with LLM") as demo:
|
|
103 |
container=False,
|
104 |
interactive=True,
|
105 |
)
|
106 |
-
audio_record = gr.Audio(
|
107 |
|
108 |
# Define generated audio playback component
|
109 |
with gr.Row():
|
|
|
103 |
container=False,
|
104 |
interactive=True,
|
105 |
)
|
106 |
+
audio_record = gr.Audio(sources=["microphone"], type="filepath", scale=4)
|
107 |
|
108 |
# Define generated audio playback component
|
109 |
with gr.Row():
|