zelk12 commited on
Commit
d12806e
·
verified ·
1 Parent(s): 2e81097

Update app.py

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