Commit
·
9a4bb8e
1
Parent(s):
c843e61
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ mychatbot = gr.Chatbot(
|
|
92 |
|
93 |
demo = gr.ChatInterface(fn=generate,
|
94 |
chatbot=mychatbot,
|
|
|
95 |
title="Kamran's Mixtral 8x7b Chat",
|
96 |
retry_btn=None,
|
97 |
undo_btn=None
|
|
|
92 |
|
93 |
demo = gr.ChatInterface(fn=generate,
|
94 |
chatbot=mychatbot,
|
95 |
+
additional_inputs=additional_inputs,
|
96 |
title="Kamran's Mixtral 8x7b Chat",
|
97 |
retry_btn=None,
|
98 |
undo_btn=None
|