clean
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ gr.ChatInterface(
|
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="LLAMA 3 8B Chat",
|
49 |
description="""
|
50 |
-
This space is dedicated for chatting with Meta Latest LLM - Llama 8b Instruct. Find this model here: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
51 |
Feel free to play with customization in the "Additional Inputs".
|
52 |
""",
|
53 |
theme="soft",
|
|
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="LLAMA 3 8B Chat",
|
49 |
description="""
|
50 |
+
This space is dedicated for chatting with Meta's Latest LLM - Llama 8b Instruct. Find this model here: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
51 |
Feel free to play with customization in the "Additional Inputs".
|
52 |
""",
|
53 |
theme="soft",
|