tykiww commited on
Commit
e24890b
1 Parent(s): 2129e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from server import EmbeddingService, QAService
9
 
10
 
11
  #################### Functions ####################
12
- def process_transcripts(files, inputs):
13
  print(files)
14
  print(context)
15
  #with EmbeddingService(conf) as e:
 
9
 
10
 
11
  #################### Functions ####################
12
+ def process_transcripts(files, context):
13
  print(files)
14
  print(context)
15
  #with EmbeddingService(conf) as e: