Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
527ea92
1
Parent(s):
192f0fb
Gen new requirements.txt
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def fn(text1: str, text2: str) -> np.ndarray:
|
|
25 |
|
26 |
try:
|
27 |
res = gradio_cmat(list1, list2)
|
28 |
-
logger.info("res: %s, %s", res
|
29 |
except Exception as e:
|
30 |
logger.error("gradio_cmat error: %s", e)
|
31 |
raise
|
|
|
25 |
|
26 |
try:
|
27 |
res = gradio_cmat(list1, list2)
|
28 |
+
logger.info("res: %s, %s", res, res.shape)
|
29 |
except Exception as e:
|
30 |
logger.error("gradio_cmat error: %s", e)
|
31 |
raise
|