Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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
|