Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ import gradio as gr
|
|
136 |
def remote_response(message, chat_history):
|
137 |
bot_message = ""
|
138 |
language = "en"
|
139 |
-
response = conversational_rag_chain.invoke({"input": question, 'language': language},config={"configurable": {"session_id": "abc123"}},)
|
140 |
return response
|
141 |
|
142 |
# Gradio interface
|
|
|
136 |
def remote_response(message, chat_history):
|
137 |
bot_message = ""
|
138 |
language = "en"
|
139 |
+
response = conversational_rag_chain.invoke({"input": question, 'language': language},config={"configurable": {"session_id": "abc123"}},)
|
140 |
return response
|
141 |
|
142 |
# Gradio interface
|