sanjeevbora commited on
Commit
a75a01d
·
verified ·
1 Parent(s): c8ca845
Files changed (1) hide show
  1. app.py +1 -1
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=120)
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