Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def process_transcripts(files, context):
|
|
15 |
with EmbeddingService(conf) as e:
|
16 |
f = e.run(files)
|
17 |
# some way to wait or a progress bar?
|
18 |
-
return
|
19 |
|
20 |
|
21 |
def retrieve_answer(question):
|
|
|
15 |
with EmbeddingService(conf) as e:
|
16 |
f = e.run(files)
|
17 |
# some way to wait or a progress bar?
|
18 |
+
return "Completed Loading Data"
|
19 |
|
20 |
|
21 |
def retrieve_answer(question):
|