Spaces:
Paused
Paused
Update app.py
Browse files
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-
|
| 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 |
|