nehulagrawal
commited on
Commit
β’
b4278bd
1
Parent(s):
fe6c904
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ inputs = [
|
|
71 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
72 |
title = "YoloTableExtract: Efficient Table Detection"
|
73 |
|
74 |
-
description = "π YoloTableExtract is a powerful space that utilizes
|
75 |
examples = [['document1.jpg', 'foduucom/table-detection-and-extraction', 640, 0.25, 0.45], ['document2.jpg', 'foduucom/table-detection-and-extraction', 640, 0.25, 0.45], ['document3.jpg', 'foduucom/table-detection-and-extraction', 1280, 0.25, 0.45]]
|
76 |
demo_app = gr.Interface(
|
77 |
fn=yolov8_inference,
|
|
|
71 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
72 |
title = "YoloTableExtract: Efficient Table Detection"
|
73 |
|
74 |
+
description = "π YoloTableExtract is a powerful space that utilizes YOLOv8s for accurate table detection and extraction. Whether tables are bordered or borderless, this space can effectively identify and extract them from images. For further assistance and support related to documentation or data-related issues, feel free to contact [email protected]. If you find this space helpful, please show your appreciation by liking it. β€οΈππΌ"
|
75 |
examples = [['document1.jpg', 'foduucom/table-detection-and-extraction', 640, 0.25, 0.45], ['document2.jpg', 'foduucom/table-detection-and-extraction', 640, 0.25, 0.45], ['document3.jpg', 'foduucom/table-detection-and-extraction', 1280, 0.25, 0.45]]
|
76 |
demo_app = gr.Interface(
|
77 |
fn=yolov8_inference,
|