Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
app = Flask(__name__)
|
7 |
|
8 |
# Load the model and tokenizer
|
9 |
-
MODEL_PATH = "Futuresony/future_ai_12_10_2024" # Replace with your Hugging Face model name or local path
|
10 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
11 |
|
12 |
# Load adapter-based model
|
|
|
6 |
app = Flask(__name__)
|
7 |
|
8 |
# Load the model and tokenizer
|
9 |
+
MODEL_PATH = "Futuresony/future_ai_12_10_2024.gguf" # Replace with your Hugging Face model name or local path
|
10 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
11 |
|
12 |
# Load adapter-based model
|