Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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:
|