Spaces:
Paused
Paused
60
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ books_db_client_retriever = RetrievalQA.from_chain_type(
|
|
67 |
)
|
68 |
|
69 |
# Function to retrieve answer using the RAG system
|
70 |
-
@spaces.GPU(duration=
|
71 |
def test_rag(query):
|
72 |
books_retriever = books_db_client_retriever.run(query)
|
73 |
|
|
|
67 |
)
|
68 |
|
69 |
# Function to retrieve answer using the RAG system
|
70 |
+
@spaces.GPU(duration=60)
|
71 |
def test_rag(query):
|
72 |
books_retriever = books_db_client_retriever.run(query)
|
73 |
|