Spaces:
Runtime error
Runtime error
debugging index 0 is out of bounds for axis 0 with size 0 error
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def get_image_data():
|
|
37 |
|
38 |
|
39 |
def segmentation_generation(image_name, c_width, n_top, n_gif_imgs):
|
40 |
-
print("GRADIO INPUTS:", image_name, c_width, n_top,
|
41 |
cred_width = c_width
|
42 |
n_top_segs = n_top
|
43 |
n_gif_images = n_gif_imgs
|
|
|
37 |
|
38 |
|
39 |
def segmentation_generation(image_name, c_width, n_top, n_gif_imgs):
|
40 |
+
print("GRADIO INPUTS:", image_name, c_width, n_top, n_gif_imgs)
|
41 |
cred_width = c_width
|
42 |
n_top_segs = n_top
|
43 |
n_gif_images = n_gif_imgs
|