Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ prompt = ChatPromptTemplate.from_template(template)
|
|
151 |
# Create the RAG chain with chat history
|
152 |
|
153 |
|
154 |
-
@
|
155 |
def create_rag_chain(chat_history: str):
|
156 |
chain = (
|
157 |
{
|
|
|
151 |
# Create the RAG chain with chat history
|
152 |
|
153 |
|
154 |
+
@spaces.GPU(600)
|
155 |
def create_rag_chain(chat_history: str):
|
156 |
chain = (
|
157 |
{
|