Shriharsh commited on
Commit
1a08a5c
1 Parent(s): 32b6251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="LLAMA3 Chat",
48
- description="""Chat with llama3""",
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"),