Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
6 |
# Read Hugging Face token from environment variable
|
7 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
8 |
|
|
|
9 |
MODEL_NAME = "hari7261/TechChat"
|
10 |
|
11 |
print("Loading tokenizer and model...")
|
|
|
6 |
# Read Hugging Face token from environment variable
|
7 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
8 |
|
9 |
+
|
10 |
MODEL_NAME = "hari7261/TechChat"
|
11 |
|
12 |
print("Loading tokenizer and model...")
|