Update app.py
Browse files
app.py
CHANGED
@@ -45,10 +45,9 @@ gr.ChatInterface(
|
|
45 |
chat_function,
|
46 |
chatbot=gr.Chatbot(height=400),
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
-
title="
|
49 |
description="""
|
50 |
-
|
51 |
-
Feel free to play with customization in the "Additional Inputs".
|
52 |
""",
|
53 |
theme="soft",
|
54 |
additional_inputs=[
|
|
|
45 |
chat_function,
|
46 |
chatbot=gr.Chatbot(height=400),
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
+
title="Meta-Llama-3-8B-Instruct",
|
49 |
description="""
|
50 |
+
Two Slow? Running on CPU π.
|
|
|
51 |
""",
|
52 |
theme="soft",
|
53 |
additional_inputs=[
|