Spaces:
Runtime error
Runtime error
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 = "aixsatoshi/Llama-3-youko-8b-instruct-chatvector"
|
| 12 |
MODELS = os.environ.get("MODELS")
|
| 13 |
MODEL_NAME = MODELS.split("/")[-1]
|
| 14 |
|
| 15 |
+
TITLE = "<h1><center>Llama-3-youko-8b-instruct-chatvector</center></h1>"
|
| 16 |
|
| 17 |
DESCRIPTION = f"""
|
| 18 |
<h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
|
| 19 |
<center>
|
| 20 |
+
<p>youko-8b is the large language model built by rinna.
|
| 21 |
<br>
|
| 22 |
Feel free to test without log.
|
| 23 |
</p>
|