Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ access_token = os.getenv('HF_TOKEN')
|
|
7 |
|
8 |
# Define the repository ID and access token
|
9 |
repo_id = "Mikhil-jivus/Llama-32-3B-FineTuned"
|
10 |
-
access_token = "your_access_token_here"
|
11 |
|
12 |
# Load the tokenizer and model from the Hugging Face repository
|
13 |
tokenizer = AutoTokenizer.from_pretrained(repo_id, token=access_token)
|
|
|
7 |
|
8 |
# Define the repository ID and access token
|
9 |
repo_id = "Mikhil-jivus/Llama-32-3B-FineTuned"
|
|
|
10 |
|
11 |
# Load the tokenizer and model from the Hugging Face repository
|
12 |
tokenizer = AutoTokenizer.from_pretrained(repo_id, token=access_token)
|