sanjeevbora commited on
Commit
4d35139
·
verified ·
1 Parent(s): 1452d29
Files changed (1) hide show
  1. app.py +1 -1
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=2400)
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