Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def func(prompt):
|
|
25 |
prompt = PromptTemplate(template=template, input_variables=["question"])
|
26 |
|
27 |
local_path = (
|
28 |
-
"nous-hermes-13b.ggmlv3.q4_0.bin"
|
29 |
)
|
30 |
|
31 |
|
|
|
25 |
prompt = PromptTemplate(template=template, input_variables=["question"])
|
26 |
|
27 |
local_path = (
|
28 |
+
"./nous-hermes-13b.ggmlv3.q4_0.bin"
|
29 |
)
|
30 |
|
31 |
|