Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,8 @@ with gr.Blocks(title="Voice chat with Saul-Instruct-v1-GGUF") as demo:
|
|
| 102 |
container=False,
|
| 103 |
interactive=True,
|
| 104 |
)
|
| 105 |
-
audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
|
|
|
|
| 106 |
|
| 107 |
# Define generated audio playback component
|
| 108 |
with gr.Row():
|
|
|
|
| 102 |
container=False,
|
| 103 |
interactive=True,
|
| 104 |
)
|
| 105 |
+
#audio_record = gr.Audio(source="microphone", type="filepath", scale=4)
|
| 106 |
+
audio_record = gr.Audio(type="filepath", scale=4)
|
| 107 |
|
| 108 |
# Define generated audio playback component
|
| 109 |
with gr.Row():
|