Spaces:
Sleeping
Sleeping
MadsGalsgaard
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -277,6 +277,7 @@ from threading import Thread
|
|
277 |
|
278 |
MODEL_LIST = ["meta-llama/Meta-Llama-3.1-8B-Instruct"]
|
279 |
HF_TOKEN = os.environ.get("HF_API_TOKEN",None)
|
|
|
280 |
MODEL = os.environ.get("MODEL_ID","meta-llama/Meta-Llama-3.1-8B-Instruct")
|
281 |
|
282 |
TITLE = "<h1><center>Meta-Llama3.1-8B</center></h1>"
|
|
|
277 |
|
278 |
MODEL_LIST = ["meta-llama/Meta-Llama-3.1-8B-Instruct"]
|
279 |
HF_TOKEN = os.environ.get("HF_API_TOKEN",None)
|
280 |
+
print(HF_TOKEN,"######$$$$$$$$$$$$$$$")
|
281 |
MODEL = os.environ.get("MODEL_ID","meta-llama/Meta-Llama-3.1-8B-Instruct")
|
282 |
|
283 |
TITLE = "<h1><center>Meta-Llama3.1-8B</center></h1>"
|