m7mdal7aj commited on
Commit
0d909f9
1 Parent(s): 11781a6

Update my_model/tabs/run_inference.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/run_inference.py +2 -0
my_model/tabs/run_inference.py CHANGED
@@ -84,6 +84,8 @@ class InferenceRunner(StateManager):
84
 
85
 
86
  ###################################
 
 
87
  for idx, sample_image_path in enumerate(self.sample_images):
88
  with cols[idx]:
89
  image = Image.open(sample_image_path)
 
84
 
85
 
86
  ###################################
87
+ self.col1.write("Choose from sample images:")
88
+ cols = self.col1.columns(len(self.sample_images))
89
  for idx, sample_image_path in enumerate(self.sample_images):
90
  with cols[idx]:
91
  image = Image.open(sample_image_path)