Spaces:
Paused
Paused
Commit
·
edf339b
1
Parent(s):
dc2c4dd
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ with open("./model.gguf", mode="wb") as file:
|
|
13 |
app = create_app(
|
14 |
Settings(
|
15 |
n_threads=2, # set to number of cpu cores
|
16 |
-
model="
|
17 |
embedding=False
|
18 |
)
|
19 |
)
|
|
|
13 |
app = create_app(
|
14 |
Settings(
|
15 |
n_threads=2, # set to number of cpu cores
|
16 |
+
model="./mode.gguf",
|
17 |
embedding=False
|
18 |
)
|
19 |
)
|