Spaces:
Runtime error
Runtime error
abishek-official
commited on
Commit
•
66c6252
1
Parent(s):
d72de70
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ llm_chain = LLMChain(llm=LLM, prompt=promt, memory= memory)
|
|
28 |
def ask(question,history):
|
29 |
ans = llm_chain.run(question)
|
30 |
return ans
|
31 |
-
|
32 |
demo = gr.ChatInterface(ask,
|
33 |
examples=['How are you doing?','What can you do?','Tell me a story','Tell me a joke','Who is prime minister of India?'],
|
34 |
title="Abi - An AI Assistant",
|
|
|
28 |
def ask(question,history):
|
29 |
ans = llm_chain.run(question)
|
30 |
return ans
|
31 |
+
|
32 |
demo = gr.ChatInterface(ask,
|
33 |
examples=['How are you doing?','What can you do?','Tell me a story','Tell me a joke','Who is prime minister of India?'],
|
34 |
title="Abi - An AI Assistant",
|