Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,12 +10,12 @@ from server import EmbeddingService, QAService
|
|
10 |
|
11 |
#################### Functions ####################
|
12 |
def process_transcripts(files, context):
|
13 |
-
|
14 |
-
|
15 |
#with EmbeddingService(conf) as e:
|
16 |
# e.run(files)
|
17 |
# some way to wait or a progress bar?
|
18 |
-
return
|
19 |
|
20 |
|
21 |
def retrieve_answer(question):
|
|
|
10 |
|
11 |
#################### Functions ####################
|
12 |
def process_transcripts(files, context):
|
13 |
+
|
14 |
+
time.sleep(15)
|
15 |
#with EmbeddingService(conf) as e:
|
16 |
# e.run(files)
|
17 |
# some way to wait or a progress bar?
|
18 |
+
return "Completed Loading Data"
|
19 |
|
20 |
|
21 |
def retrieve_answer(question):
|