Spaces:
Running
on
Zero
Running
on
Zero
freeCS-dot-org
commited on
Commit
•
76fa27c
1
Parent(s):
13a11cb
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from threading import Thread
|
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
MODEL = "AGI-0/Artificium-llama3.1-8B-001"
|
12 |
|
13 |
-
TITLE = "<
|
14 |
|
15 |
PLACEHOLDER = """
|
16 |
<center>
|
|
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
MODEL = "AGI-0/Artificium-llama3.1-8B-001"
|
12 |
|
13 |
+
TITLE = "<h3>This is the model: 'https://huggingface.co/AGI-0/Artificium-llama3.1-8B-001' please leave a like to the repository if you liked it.</h3>"
|
14 |
|
15 |
PLACEHOLDER = """
|
16 |
<center>
|