905saini commited on
Commit
698fcad
·
1 Parent(s): 61da86e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def process_img(img):
17
  img = np.expand_dims(img,axis=0) # exapanding dimension to add batch
18
  return img,copy_img
19
 
20
- st.title("Table Extract")
21
  file_name = st.file_uploader("Upload a report image")
22
 
23
  if file_name is not None:
 
17
  img = np.expand_dims(img,axis=0) # exapanding dimension to add batch
18
  return img,copy_img
19
 
20
+ st.title("Table ExtractV2")
21
  file_name = st.file_uploader("Upload a report image")
22
 
23
  if file_name is not None: