tommy24 commited on
Commit
beb0ef6
·
1 Parent(s): 78fca97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,7 +24,9 @@ def func(prompt):
24
 
25
  prompt = PromptTemplate(template=template, input_variables=["question"])
26
 
27
- local_path = "https://tommy24-llm.hf.space/file=nous-hermes-13b.ggmlv3.q4_0.bin"
 
 
28
 
29
 
30
  # Callbacks support token-wise streaming
 
24
 
25
  prompt = PromptTemplate(template=template, input_variables=["question"])
26
 
27
+ local_path = (
28
+ "nous-hermes-13b.ggmlv3.q4_0.bin"
29
+ )
30
 
31
 
32
  # Callbacks support token-wise streaming