ysharma HF staff commited on
Commit
40eb6a4
1 Parent(s): 3e7b798

minor update: links to policy and license

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