tykiww commited on
Commit
e9f9106
1 Parent(s): e24890b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,12 +10,12 @@ from server import EmbeddingService, QAService
10
 
11
  #################### Functions ####################
12
  def process_transcripts(files, context):
13
- print(files)
14
- print(context)
15
  #with EmbeddingService(conf) as e:
16
  # e.run(files)
17
  # some way to wait or a progress bar?
18
- return context
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):