Dracomoth commited on
Commit
cd46e30
·
1 Parent(s): d066410

Update indexer.py

Browse files
Files changed (1) hide show
  1. indexer.py +2 -0
indexer.py CHANGED
@@ -33,6 +33,8 @@ class documentIndexer:
33
 
34
  output_file_path = os.path.join(self.envVariables.output_dir(), "output.txt")
35
 
 
 
36
  with open(output_file_path, "w") as txtfile:
37
  txtfile.write(text)
38
 
 
33
 
34
  output_file_path = os.path.join(self.envVariables.output_dir(), "output.txt")
35
 
36
+ gr.Info(output_file_path)
37
+
38
  with open(output_file_path, "w") as txtfile:
39
  txtfile.write(text)
40