Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ def get_llama_response(message: str, history: list) -> str:
|
|
224 |
|
225 |
#print(template)
|
226 |
chain.prompt=prompt
|
227 |
-
res = chain.
|
228 |
return(res["response"])
|
229 |
|
230 |
import gradio as gr
|
|
|
224 |
|
225 |
#print(template)
|
226 |
chain.prompt=prompt
|
227 |
+
res = chain.invoke(query_text)
|
228 |
return(res["response"])
|
229 |
|
230 |
import gradio as gr
|