kritsg commited on
Commit
93f12e7
·
1 Parent(s): ead7d7b

debugging index 0 is out of bounds for axis 0 with size 0 error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, n_gif_images)
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