exnrt commited on
Commit
3b50be6
1 Parent(s): ac962aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="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",
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=[