Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
101 |
# The options are used, the selected provider and the name of the provider and the provider not used, and the reasons.
|
102 |
|
103 |
print("Create main chat window")
|
104 |
-
ChatIntarface_Block_Main_chat_window = gr.ChatInterface(
|
105 |
multimodal=True,
|
106 |
chatbot=gr.Chatbot(
|
107 |
label="output",
|
|
|
101 |
# The options are used, the selected provider and the name of the provider and the provider not used, and the reasons.
|
102 |
|
103 |
print("Create main chat window")
|
104 |
+
ChatIntarface_Block_Main_chat_window = gr.ChatInterface(model_response,
|
105 |
multimodal=True,
|
106 |
chatbot=gr.Chatbot(
|
107 |
label="output",
|