csukuangfj commited on
Commit
91d92cb
1 Parent(s): 68f51e1

small fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def process(
164
  )
165
 
166
  logging.info(info)
167
- logging.info(f"repo_id: {repo_id}\nhyp:\n{text}")
168
 
169
  return text, build_html_output(info)
170
 
 
164
  )
165
 
166
  logging.info(info)
167
+ logging.info(f"\nrepo_id: {repo_id}\nhyp:{text}")
168
 
169
  return text, build_html_output(info)
170