cdancette commited on
Commit
700d0a2
·
1 Parent(s): 05c5aa5

remove print

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -363,7 +363,6 @@ def sample_dataset_example(
363
  index = pick_random_indices(dataset, target_id)
364
  record = dataset[index]
365
  image = to_numpy_image(record["image"])
366
- print(image.shape)
367
  mask_array = record.get("mask")
368
 
369
  meta = {
 
363
  index = pick_random_indices(dataset, target_id)
364
  record = dataset[index]
365
  image = to_numpy_image(record["image"])
 
366
  mask_array = record.get("mask")
367
 
368
  meta = {