Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,6 @@ with gr.Blocks() as demo:
|
|
251 |
with gr.Column():
|
252 |
input_audio = gr.Audio(label="Input Audio", sources="microphone", type="numpy")
|
253 |
with gr.Column():
|
254 |
-
chatbot = gr.Chatbot(label="Conversation", type="messages")
|
255 |
output_audio = gr.Audio(label="Output Audio", streaming=True, autoplay=True)
|
256 |
state = gr.State(value=AppState())
|
257 |
|
|
|
251 |
with gr.Column():
|
252 |
input_audio = gr.Audio(label="Input Audio", sources="microphone", type="numpy")
|
253 |
with gr.Column():
|
|
|
254 |
output_audio = gr.Audio(label="Output Audio", streaming=True, autoplay=True)
|
255 |
state = gr.State(value=AppState())
|
256 |
|