Commit
·
c843e61
1
Parent(s):
75dc8c3
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,6 @@ mychatbot = gr.Chatbot(
|
|
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
|
|
|
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
|