Spaces:
Runtime error
Runtime error
Commit
·
006127c
1
Parent(s):
2acec65
test
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
|
|
49 |
with gr.Row():
|
50 |
vicuna_chatbot3_chunk = gr.Chatbot(label="vicuna-7b", live=True)
|
51 |
llama_chatbot3_chunk = gr.Chatbot(label="llama-7b", live=False)
|
52 |
-
gpt_chatbot3_chunk = gr.Chatbot(label="gpt-3.5", live=False
|
53 |
clear = gr.ClearButton([prompt_chunk, vicuna_chatbot1_chunk])
|
54 |
|
55 |
# Define the function for generating responses
|
|
|
49 |
with gr.Row():
|
50 |
vicuna_chatbot3_chunk = gr.Chatbot(label="vicuna-7b", live=True)
|
51 |
llama_chatbot3_chunk = gr.Chatbot(label="llama-7b", live=False)
|
52 |
+
gpt_chatbot3_chunk = gr.Chatbot(label="gpt-3.5", live=False)
|
53 |
clear = gr.ClearButton([prompt_chunk, vicuna_chatbot1_chunk])
|
54 |
|
55 |
# Define the function for generating responses
|