hari7261 commited on
Commit
7e7d8a9
·
verified ·
1 Parent(s): f30e067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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...")