AminFaraji commited on
Commit
05a2e39
·
verified ·
1 Parent(s): 6e72416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -233,9 +233,9 @@ def get_llama_response(message: str, history: list) -> str:
233
 
234
  #print(template)
235
  #print('the answer is',chain(query_text))
236
- chain.prompt=prompt
237
- res = chain(query_text)
238
- return(res["response"])
239
 
240
  import gradio as gr
241
 
 
233
 
234
  #print(template)
235
  #print('the answer is',chain(query_text))
236
+ #chain.prompt=prompt
237
+ #res = chain(query_text)
238
+ #return(res["response"])
239
 
240
  import gradio as gr
241