zubairahsan commited on
Commit
d5f15ff
1 Parent(s): 8ca2376
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
14
  DESCRIPTION = """
15
  # Morpheus Chat (Llama-2)
16
 
17
- This Space demonstrates model [Llama-2-13b-chat](https://huggingface.co/meta-llama/Llama-2-13b-chat) by Meta, a Llama 2 model with 13B parameters fine-tuned for chat instructions. Feel free to play with it!
18
  """
19
 
20
  LICENSE = """
@@ -89,7 +89,7 @@ with gr.Blocks(css='style.css') as demo:
89
  textbox = gr.Textbox(
90
  container=False,
91
  show_label=False,
92
- placeholder='Type a message...',
93
  scale=10,
94
  )
95
  submit_button = gr.Button('Submit',
 
14
  DESCRIPTION = """
15
  # Morpheus Chat (Llama-2)
16
 
17
+ This Space demonstrates a Llama 2 model with 13B parameters fine-tuned for chat. Feel free to play with it!
18
  """
19
 
20
  LICENSE = """
 
89
  textbox = gr.Textbox(
90
  container=False,
91
  show_label=False,
92
+ placeholder='Ask me anything...',
93
  scale=10,
94
  )
95
  submit_button = gr.Button('Submit',