Spaces:
Sleeping
Sleeping
Minor update: links for license and policy
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ LICENSE = """
|
|
28 |
|
29 |
---
|
30 |
As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
|
31 |
-
this demo is governed by the original [license](LICENSE.txt) and [acceptable use policy](USE_POLICY.md).
|
32 |
"""
|
33 |
|
34 |
if not torch.cuda.is_available():
|
|
|
28 |
|
29 |
---
|
30 |
As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
|
31 |
+
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).
|
32 |
"""
|
33 |
|
34 |
if not torch.cuda.is_available():
|