tommy24 commited on
Commit
f491fb9
·
1 Parent(s): edf46d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def func(prompt):
13
  prompt = PromptTemplate(template=template, input_variables=["question"])
14
 
15
  local_path = (
16
- "https://tommy24-llm.hf.space/file=nous-hermes-13b.ggmlv3.q4_0.bin" # replace with your desired local file path
17
  )
18
 
19
  # Callbacks support token-wise streaming
 
13
  prompt = PromptTemplate(template=template, input_variables=["question"])
14
 
15
  local_path = (
16
+ "nous-hermes-13b.ggmlv3.q4_0.bin" # replace with your desired local file path
17
  )
18
 
19
  # Callbacks support token-wise streaming