tykiww commited on
Commit
6b0a5a8
·
verified ·
1 Parent(s): 3b3a62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 f # "Completed Loading Data"
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):