Spaces:
Paused
Paused
120
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ books_db_client_retriever = RetrievalQA.from_chain_type(
|
|
86 |
)
|
87 |
|
88 |
# Function to retrieve answer using the RAG system
|
89 |
-
@spaces.GPU(duration=
|
90 |
def test_rag(query):
|
91 |
books_retriever = books_db_client_retriever.run(query)
|
92 |
|
|
|
86 |
)
|
87 |
|
88 |
# Function to retrieve answer using the RAG system
|
89 |
+
@spaces.GPU(duration=120)
|
90 |
def test_rag(query):
|
91 |
books_retriever = books_db_client_retriever.run(query)
|
92 |
|