Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ Question:
|
|
92 |
|
93 |
Answer
|
94 |
"""
|
95 |
-
|
96 |
prompt = ChatPromptTemplate.from_template(template)
|
97 |
|
98 |
# Create the RAG chain
|
|
|
92 |
|
93 |
Answer
|
94 |
"""
|
95 |
+
@spaces.GPU(duration=120)
|
96 |
prompt = ChatPromptTemplate.from_template(template)
|
97 |
|
98 |
# Create the RAG chain
|