Pijush2023 commited on
Commit
5be63c0
·
verified ·
1 Parent(s): 2f82cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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