Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ gr.ChatInterface(
|
|
111 |
fn=generate,
|
112 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
113 |
additional_inputs=additional_inputs,
|
114 |
-
title="Mixtral
|
115 |
description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these",
|
116 |
examples=examples,
|
117 |
concurrency_limit=20,
|
|
|
111 |
fn=generate,
|
112 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
113 |
additional_inputs=additional_inputs,
|
114 |
+
title="Mixtral-8x7B-Instruct-v0.1",
|
115 |
description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these",
|
116 |
examples=examples,
|
117 |
concurrency_limit=20,
|