tykiww commited on
Commit
776965a
1 Parent(s): 2f6ac46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def process_transcripts(files, context, session_key):
27
  f = e.run(files)
28
  return "Completed Loading Data"
29
 
30
- @spaces.GPU
31
  def retrieve_answer(question, goals, session_key):
32
  keycheck = namespace_check(session_key)
33
  with QAService(conf,
 
27
  f = e.run(files)
28
  return "Completed Loading Data"
29
 
30
+ @spaces.GPU(duration=120)
31
  def retrieve_answer(question, goals, session_key):
32
  keycheck = namespace_check(session_key)
33
  with QAService(conf,