omertafveez commited on
Commit
ee4f392
·
verified ·
1 Parent(s): 9c86ce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,8 +20,9 @@ On the first prompt, the therapist will return its system prompt and the format
20
 
21
  LICENSE = """
22
  <p/>
 
23
  ---
24
- As a derivate work of [Llama-3B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) by Meta,
25
  this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
26
  """
27
 
 
20
 
21
  LICENSE = """
22
  <p/>
23
+
24
  ---
25
+ As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
26
  this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
27
  """
28