Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|