tangzhy commited on
Commit
b57680f
1 Parent(s): fecb2b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -14,9 +14,11 @@ from transformers import (
14
 
15
  DESCRIPTION = """\
16
  # Gemma 2 9B IT
 
17
  Gemma 2 is Google's latest iteration of open LLMs.
18
  This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
19
  For more details, please check [our post](https://huggingface.co/blog/gemma2).
 
20
  👉 Looking for a larger and more powerful version? Try the 27B version in [HuggingChat](https://huggingface.co/chat/models/google/gemma-2-27b-it).
21
  """
22
 
@@ -139,4 +141,4 @@ with gr.Blocks(css="style.css", fill_height=True) as demo:
139
  chat_interface.render()
140
 
141
  if __name__ == "__main__":
142
- demo.queue(max_size=20).launch()
 
14
 
15
  DESCRIPTION = """\
16
  # Gemma 2 9B IT
17
+
18
  Gemma 2 is Google's latest iteration of open LLMs.
19
  This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
20
  For more details, please check [our post](https://huggingface.co/blog/gemma2).
21
+
22
  👉 Looking for a larger and more powerful version? Try the 27B version in [HuggingChat](https://huggingface.co/chat/models/google/gemma-2-27b-it).
23
  """
24
 
 
141
  chat_interface.render()
142
 
143
  if __name__ == "__main__":
144
+ demo.queue(max_size=20).launch()