csukuangfj
commited on
Commit
•
e72e5a8
1
Parent(s):
e02389a
minor fixes
Browse files
app.py
CHANGED
@@ -162,6 +162,7 @@ def process(language: str, repo_id: str, add_punctuation: str, in_filename: str)
|
|
162 |
|
163 |
show_file_info(in_filename)
|
164 |
logging.info(f"all_text:\n{all_text}")
|
|
|
165 |
logging.info("Done")
|
166 |
|
167 |
return (
|
|
|
162 |
|
163 |
show_file_info(in_filename)
|
164 |
logging.info(f"all_text:\n{all_text}")
|
165 |
+
logging.info(f"repo_id: :\n{repo_id}")
|
166 |
logging.info("Done")
|
167 |
|
168 |
return (
|