Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
98b3507
1
Parent(s):
d04488a
replace model name
Browse files
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/
|
14 |
-
<p>This Space demonstrates the instruction-tuned model <a href="https://huggingface.co/taide/
|
15 |
</div>
|
16 |
'''
|
17 |
|
18 |
LICENSE = """
|
19 |
<p/>
|
20 |
---
|
21 |
-
Built with
|
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 = """
|