alfredplpl commited on
Commit
31b9227
1 Parent(s): fa661af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -12,8 +12,8 @@ TOKEN=os.environ["TOKEN"]
12
 
13
  DESCRIPTION = '''
14
  <div>
15
- <h1 style="text-align: center;">非公式LLM-JP-3-13B-Instruct</h1>
16
- <p>LLM-JP-3-13B-Instructの非公式デモだよ。 <a href="https://huggingface.co/llm-jp/llm-jp-3-13b-instruct"><b>llm-jp/llm-jp-3-13b-instruct</b></a>.</p>
17
  </div>
18
  '''
19
 
@@ -21,12 +21,12 @@ LICENSE = """
21
  <p/>
22
 
23
  ---
24
- Apache 2.0
25
  """
26
 
27
  PLACEHOLDER = """
28
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
29
- <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">LLM-jp-3-13B</h1>
30
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">なんでもきいてね</p>
31
  </div>
32
  """
 
12
 
13
  DESCRIPTION = '''
14
  <div>
15
+ <h1 style="text-align: center;">Gemma-2-2b-jpn-it</h1>
16
+ <p>Gemma-2-2b-jpn-itの非公式デモだよ。 <a href="https://huggingface.co/google/gemma-2-2b-jpn-it"><b>google/gemma-2-2b-jpn-it</b></a>.</p>
17
  </div>
18
  '''
19
 
 
21
  <p/>
22
 
23
  ---
24
+ Gemma
25
  """
26
 
27
  PLACEHOLDER = """
28
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
29
+ <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Gemma-2-2b-jpn-it</h1>
30
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">なんでもきいてね</p>
31
  </div>
32
  """