m7mdal7aj commited on
Commit
ecd0257
1 Parent(s): 1d51bf5

Update my_model/tabs/run_inference.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/run_inference.py +1 -1
my_model/tabs/run_inference.py CHANGED
@@ -40,7 +40,7 @@ def analyze_image(image, model):
40
  return caption, detected_objects_str, image_with_boxes
41
 
42
 
43
- def image_qa_app(state_manager, kbvqa):
44
  # Display sample images as clickable thumbnails
45
  st.write("Choose from sample images:")
46
  cols = st.columns(len(sample_images))
 
40
  return caption, detected_objects_str, image_with_boxes
41
 
42
 
43
+ def image_qa_app(kbvqa):
44
  # Display sample images as clickable thumbnails
45
  st.write("Choose from sample images:")
46
  cols = st.columns(len(sample_images))