ysharma HF staff commited on
Commit
d966909
1 Parent(s): 5460ebb

Minor update: links for license and policy

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-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():