Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|