wasertech commited on
Commit
7215dd1
1 Parent(s): 7893a71

use api call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
24
  audio_output = gr.Textbox()
25
  chat_button = gr.Button("Reply")
26
  with gr.Column(scale=1):
27
- chatbox = gr.Chatbot("Conversation", []).style(height=750)
28
 
29
  with gr.TabItem(label="Settings"):
30
  with gr.Row():
 
24
  audio_output = gr.Textbox()
25
  chat_button = gr.Button("Reply")
26
  with gr.Column(scale=1):
27
+ chatbox = gr.Chatbot([]).style(height=750)
28
 
29
  with gr.TabItem(label="Settings"):
30
  with gr.Row():