Spaces:
Runtime error
Runtime error
use api call
Browse files
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(
|
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():
|