Shriharsh commited on
Commit
7c24627
·
verified ·
1 Parent(s): 48fafb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
92
  gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
93
  gr.ChatInterface(
94
  generate,
95
- chatbot=chatbot, # Use the created Chatbot object
96
  additional_inputs=additional_inputs,
97
  examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]]
98
  )
 
92
  gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
93
  gr.ChatInterface(
94
  generate,
95
+ #chatbot=chatbot, # Use the created Chatbot object
96
  additional_inputs=additional_inputs,
97
  examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]]
98
  )