Commit
·
4b87cc4
1
Parent(s):
806b00e
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ additional_inputs=[
|
|
| 125 |
mychatbot = gr.Chatbot(
|
| 126 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
|
| 127 |
|
| 128 |
-
demo = gr.ChatInterface(fn=
|
| 129 |
chatbot=mychatbot,
|
| 130 |
additional_inputs=additional_inputs,
|
| 131 |
title="Kamran's Mixtral 8x7b Chat",
|
|
|
|
| 125 |
mychatbot = gr.Chatbot(
|
| 126 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
|
| 127 |
|
| 128 |
+
demo = gr.ChatInterface(fn=generate,
|
| 129 |
chatbot=mychatbot,
|
| 130 |
additional_inputs=additional_inputs,
|
| 131 |
title="Kamran's Mixtral 8x7b Chat",
|