redfernstech
commited on
Commit
•
c829174
1
Parent(s):
be52d2f
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
# Set up Hugging Face Hub
|
10 |
token = os.environ['HF_TOKEN']
|
11 |
hub_llm = HuggingFaceHub(
|
12 |
-
repo_id='
|
13 |
huggingfacehub_api_token=token
|
14 |
)
|
15 |
|
|
|
9 |
# Set up Hugging Face Hub
|
10 |
token = os.environ['HF_TOKEN']
|
11 |
hub_llm = HuggingFaceHub(
|
12 |
+
repo_id='meta-llama/Llama-3.1-8B-Instruct',
|
13 |
huggingfacehub_api_token=token
|
14 |
)
|
15 |
|