SalML commited on
Commit
f842273
1 Parent(s): bd31499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ st.title("Table Detection and Table Structure Recognition")
29
  st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
30
 
31
 
 
32
  def PIL_to_cv(pil_img):
33
  return cv2.cvtColor(np.array(pil_img), cv2.COLOR_RGB2BGR)
34
 
 
29
  st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
30
 
31
 
32
+
33
  def PIL_to_cv(pil_img):
34
  return cv2.cvtColor(np.array(pil_img), cv2.COLOR_RGB2BGR)
35