KolumbusLindh commited on
Commit
ea6e496
·
verified ·
1 Parent(s): 23a2c24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
 
5
  # Define a function to load the model from the Hugging Face Hub
6
  def load_model():
7
- repo_id = "KolumbusLindh/LoRA-4100" # Your Hugging Face repo
8
  model_file = "unsloth.F16.gguf" # Model file in GGUF format
9
 
10
  # Download the model file
 
4
 
5
  # Define a function to load the model from the Hugging Face Hub
6
  def load_model():
7
+ repo_id = "KolumbusLindh/LoRA-6150" # Your Hugging Face repo
8
  model_file = "unsloth.F16.gguf" # Model file in GGUF format
9
 
10
  # Download the model file