Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|