Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
c7b72f4
1
Parent(s):
de67b51
Front-Back connect test
Browse files
app.py
CHANGED
@@ -130,6 +130,7 @@ def img2img(*args):
|
|
130 |
|
131 |
# 处理image
|
132 |
for i, item in enumerate(args):
|
|
|
133 |
if type(item) == numpy.ndarray:
|
134 |
args[i] = item.tolist()
|
135 |
|
|
|
130 |
|
131 |
# 处理image
|
132 |
for i, item in enumerate(args):
|
133 |
+
print(type(item))
|
134 |
if type(item) == numpy.ndarray:
|
135 |
args[i] = item.tolist()
|
136 |
|