znchen commited on
Commit
48a06e6
·
1 Parent(s): 64605b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def rag_gen(
62
  # GREEN = (36, 255, 12)
63
 
64
  HB_prompt_list = coarse_prompt.split("BREAK")
65
- print("HB_prompt_list",HB_prompt_list)
66
  # for i, box in enumerate(box_inputs):
67
  # x1, y1, x2, y2 = int(box[0]), int(box[1]), int(box[2]), int(box[3])
68
  # cv2.rectangle(image, (x1, y1), (x2, y2), GREEN, 2)
 
62
  # GREEN = (36, 255, 12)
63
 
64
  HB_prompt_list = coarse_prompt.split("BREAK")
65
+ # print("HB_prompt_list",HB_prompt_list)
66
  # for i, box in enumerate(box_inputs):
67
  # x1, y1, x2, y2 = int(box[0]), int(box[1]), int(box[2]), int(box[3])
68
  # cv2.rectangle(image, (x1, y1), (x2, y2), GREEN, 2)