Spaces:
Runtime error
Runtime error
John Langley
commited on
Commit
•
f60cc77
1
Parent(s):
38f8478
trying things with cpu
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(title="Voice chat with LLM") as demo:
|
|
105 |
container=False,
|
106 |
interactive=True,
|
107 |
)
|
108 |
-
audio_record = gr.Audio(
|
109 |
|
110 |
# Define generated audio playback component
|
111 |
with gr.Row():
|
|
|
105 |
container=False,
|
106 |
interactive=True,
|
107 |
)
|
108 |
+
audio_record = gr.Audio(sources=["microphone"], type="filepath", scale=4)
|
109 |
|
110 |
# Define generated audio playback component
|
111 |
with gr.Row():
|