Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ if file_name is not None:
|
|
| 46 |
if class_name =="Table":
|
| 47 |
color = (255,0,0) #Red color
|
| 48 |
cv2.rectangle(copy_img, (int(x1), int(y1)), (int(x2), int(y2)),color, 2)
|
| 49 |
-
col2.header("
|
| 50 |
col2.image(copy_img, use_column_width=True)
|
| 51 |
|
| 52 |
|
|
|
|
| 46 |
if class_name =="Table":
|
| 47 |
color = (255,0,0) #Red color
|
| 48 |
cv2.rectangle(copy_img, (int(x1), int(y1)), (int(x2), int(y2)),color, 2)
|
| 49 |
+
col2.header("Output Result")
|
| 50 |
col2.image(copy_img, use_column_width=True)
|
| 51 |
|
| 52 |
|