Norod78 commited on
Commit
8913533
1 Parent(s): dddb069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,11 +22,11 @@ The following Colab notebooks are available:
22
 
23
  You might also be interested in checking out Apple's [CoreNet Github page](https://github.com/apple/corenet?tab=readme-ov-file).
24
 
 
 
25
  If you duplicate this space, make sure that:
26
  1. You have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) because this model uses it as a tokenizer.
27
  2. You have set a HF_TOKEN secret with a "read" token so this space could access Llama-2-7b-hf on your behalf
28
-
29
- # Note: Use this model for only for completing sentences and instruction following.
30
  """
31
 
32
  LICENSE = """
 
22
 
23
  You might also be interested in checking out Apple's [CoreNet Github page](https://github.com/apple/corenet?tab=readme-ov-file).
24
 
25
+ # Note: Use this model only for completing sentences and instruction following.
26
+
27
  If you duplicate this space, make sure that:
28
  1. You have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) because this model uses it as a tokenizer.
29
  2. You have set a HF_TOKEN secret with a "read" token so this space could access Llama-2-7b-hf on your behalf
 
 
30
  """
31
 
32
  LICENSE = """