csukuangfj
commited on
Commit
·
8556603
1
Parent(s):
2940873
display all texts
Browse files
app.py
CHANGED
@@ -154,6 +154,7 @@ def process(language: str, repo_id: str, add_punctuation: str, in_filename: str)
|
|
154 |
f.write(result)
|
155 |
|
156 |
show_file_info(in_filename)
|
|
|
157 |
logging.info("Done")
|
158 |
|
159 |
return (
|
|
|
154 |
f.write(result)
|
155 |
|
156 |
show_file_info(in_filename)
|
157 |
+
logging.info(f"all_text:\n{all_text}")
|
158 |
logging.info("Done")
|
159 |
|
160 |
return (
|