Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ gr.ChatInterface(
|
|
44 |
chat_function,
|
45 |
chatbot=gr.Chatbot(height=400),
|
46 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
47 |
-
title="
|
48 |
-
description="""Chat with
|
49 |
theme="soft",
|
50 |
additional_inputs=[
|
51 |
gr.Textbox("You shall answer to all the questions as very smart AI", label="System Prompt"),
|
|
|
44 |
chat_function,
|
45 |
chatbot=gr.Chatbot(height=400),
|
46 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
47 |
+
title="llama-3_8B_Instruct ChatBot",
|
48 |
+
description="""Chat with llama-3_8B""",
|
49 |
theme="soft",
|
50 |
additional_inputs=[
|
51 |
gr.Textbox("You shall answer to all the questions as very smart AI", label="System Prompt"),
|