Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
eebd0b7
1
Parent(s):
6e6f20a
debug
Browse files
app.py
CHANGED
@@ -48,6 +48,8 @@ pipe_pose.enable_xformers_memory_efficient_attention()
|
|
48 |
|
49 |
|
50 |
def get_canny_filter(image):
|
|
|
|
|
51 |
if not isinstance(image, np.ndarray):
|
52 |
image = np.array(image)
|
53 |
|
|
|
48 |
|
49 |
|
50 |
def get_canny_filter(image):
|
51 |
+
print(image)
|
52 |
+
|
53 |
if not isinstance(image, np.ndarray):
|
54 |
image = np.array(image)
|
55 |
|