Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
91d92cb
1
Parent(s):
68f51e1
small fixes
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def process(
|
|
164 |
)
|
165 |
|
166 |
logging.info(info)
|
167 |
-
logging.info(f"
|
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 |
|