BICORP commited on
Commit
f3a90c3
·
verified ·
1 Parent(s): 3cf5c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
  # Load model and tokenizer locally
6
- MODEL_NAME = "gpt2" # Replace with your local model directory if different
7
 
8
  def load_model():
9
  try:
 
3
  import torch
4
 
5
  # Load model and tokenizer locally
6
+ MODEL_NAME = "BICORP/Lake-1-12B-spe" # Replace with your local model directory if different
7
 
8
  def load_model():
9
  try: