pcuenq HF staff commited on
Commit
30eb2b4
1 Parent(s): a9106b7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ DESCRIPTION = """\
25
 
26
  Gemma 2 is Google's latest iteration of open LLMs.
27
  This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
28
- For more details, please check [our post](https://huggingface.co/blog/gemma-2).
29
  """
30
 
31
  MAX_MAX_NEW_TOKENS = 2048
 
25
 
26
  Gemma 2 is Google's latest iteration of open LLMs.
27
  This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
28
+ For more details, please check [our post](https://huggingface.co/blog/gemma2).
29
  """
30
 
31
  MAX_MAX_NEW_TOKENS = 2048