Spaces:
Running
Running
Commit ·
3fd2474
1
Parent(s): f958aff
:wrench: make chat history editable
Browse files- groq-voicechat-demo.py +4 -1
groq-voicechat-demo.py
CHANGED
|
@@ -116,7 +116,10 @@ def create_demo():
|
|
| 116 |
interactive=True
|
| 117 |
)
|
| 118 |
with gr.Row():
|
| 119 |
-
chatbot = gr.Chatbot(
|
|
|
|
|
|
|
|
|
|
| 120 |
with gr.Row():
|
| 121 |
voiceinput = gr.Audio(
|
| 122 |
label="Input Audio",
|
|
|
|
| 116 |
interactive=True
|
| 117 |
)
|
| 118 |
with gr.Row():
|
| 119 |
+
chatbot = gr.Chatbot(
|
| 120 |
+
label="Conversation",
|
| 121 |
+
editable='all',
|
| 122 |
+
)
|
| 123 |
with gr.Row():
|
| 124 |
voiceinput = gr.Audio(
|
| 125 |
label="Input Audio",
|