Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from fastapi.templating import Jinja2Templates
|
|
4 |
from pmbl import PMBL
|
5 |
|
6 |
app = FastAPI()
|
7 |
-
pmbl = PMBL("./
|
8 |
|
9 |
templates = Jinja2Templates(directory="templates")
|
10 |
|
|
|
4 |
from pmbl import PMBL
|
5 |
|
6 |
app = FastAPI()
|
7 |
+
pmbl = PMBL("./PMB-7b.Q6_K.gguf") # Replace with the path to your model
|
8 |
|
9 |
templates = Jinja2Templates(directory="templates")
|
10 |
|