goblingeorge commited on
Commit
98b3507
·
1 Parent(s): d04488a

replace model name

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,15 +10,15 @@ HF_TOKEN = os.environ.get("LLMHF", None)
10
 
11
  DESCRIPTION = '''
12
  <div>
13
- <h1 style="text-align: center;">TAIDE/Llama-3.1-TAIDE-LX-8B-Chat</h1>
14
- <p>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/taide/Llama-3.1-TAIDE-LX-8B-Chat"><b>Llama-3.1-TAIDE-LX-8B-Chat</b></a>. Llama-3.1-TAIDE-LX-8B-Chat is the new open LLM and comes in one sizes: 8b. Feel free to play with it, or duplicate to run privately!</p>
15
  </div>
16
  '''
17
 
18
  LICENSE = """
19
  <p/>
20
  ---
21
- Built with Llama-3.1-TAIDE-LX-8B-Chat
22
  """
23
 
24
  css = """
 
10
 
11
  DESCRIPTION = '''
12
  <div>
13
+ <h1 style="text-align: center;">TAIDE/Gemma-3-TAIDE-12b-Chat</h1>
14
+ <p>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/taide/Gemma-3-TAIDE-12b-Chat"><b>Gemma-3-TAIDE-12b-Chat</b></a>. Gemma-3-TAIDE-12b-Chat is the new open LLM and comes in one sizes: 8b. Feel free to play with it, or duplicate to run privately!</p>
15
  </div>
16
  '''
17
 
18
  LICENSE = """
19
  <p/>
20
  ---
21
+ Built with Gemma-3-TAIDE-12b-Chat
22
  """
23
 
24
  css = """