istiak101 commited on
Commit
e70a4cb
·
verified ·
1 Parent(s): 8724e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def get_llama_response(query):
61
  max_new_tokens=128,
62
  return_full_text=False,
63
  )
64
- outputs = pipe(prompt)
65
  return outputs[0]["generated_text"]
66
 
67
  # --- PDF Generation ---
 
61
  max_new_tokens=128,
62
  return_full_text=False,
63
  )
64
+ outputs = pipe(query)
65
  return outputs[0]["generated_text"]
66
 
67
  # --- PDF Generation ---