garrethlee commited on
Commit
7a1231e
·
verified ·
1 Parent(s): e12b172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
52
  """
53
  demo = gr.ChatInterface(
54
  respond,
55
- title = "# 🇮🇩 Sahabat AI (Gemma)",
56
  description = "#### [Model page](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct)",
57
  additional_inputs=[
58
  gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),
 
52
  """
53
  demo = gr.ChatInterface(
54
  respond,
55
+ title = "🇮🇩 Sahabat AI (Gemma)",
56
  description = "#### [Model page](https://huggingface.co/GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct)",
57
  additional_inputs=[
58
  gr.Slider(minimum=1, maximum=2048, value=256, step=1, label="Max new tokens"),