Spaces:
Runtime error
Runtime error
Update indexer.py
Browse files- 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 |
|