Spaces:
Sleeping
Sleeping
aixsatoshi
commited on
Commit
•
5f2b348
1
Parent(s):
f193306
Update app.py
Browse files
app.py
CHANGED
@@ -8,16 +8,16 @@ from threading import Thread
|
|
8 |
|
9 |
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
-
MODEL_ID = "
|
12 |
MODELS = os.environ.get("MODELS")
|
13 |
MODEL_NAME = MODELS.split("/")[-1]
|
14 |
|
15 |
-
TITLE = "<h1><center>
|
16 |
|
17 |
DESCRIPTION = f"""
|
18 |
<h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
|
19 |
<center>
|
20 |
-
<p>
|
21 |
<br>
|
22 |
Feel free to test without log.
|
23 |
</p>
|
|
|
8 |
|
9 |
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
+
MODEL_ID = "DataPilot/Llama3-ArrowSE-8B-v0.3"
|
12 |
MODELS = os.environ.get("MODELS")
|
13 |
MODEL_NAME = MODELS.split("/")[-1]
|
14 |
|
15 |
+
TITLE = "<h1><center>DataPilot/Llama3-ArrowSE-8B-v0.3 webui</center></h1>"
|
16 |
|
17 |
DESCRIPTION = f"""
|
18 |
<h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
|
19 |
<center>
|
20 |
+
<p>DataPilot/Llama3-ArrowSE-8B-v0.3 is the large language model built by Datapolot.
|
21 |
<br>
|
22 |
Feel free to test without log.
|
23 |
</p>
|