Update app.py
Browse files
app.py
CHANGED
|
@@ -193,14 +193,7 @@ with gr.Blocks() as demo:
|
|
| 193 |
Model from [moured/YOLOv11-Document-Layout-Analysis](https://github.com/moured/YOLOv11-Document-Layout-Analysis)
|
| 194 |
""")
|
| 195 |
|
| 196 |
-
|
| 197 |
-
gr.Examples(
|
| 198 |
-
examples=[
|
| 199 |
-
"https://raw.githubusercontent.com/moured/YOLOv11-Document-Layout-Analysis/main/assets/sample1.png",
|
| 200 |
-
"https://raw.githubusercontent.com/moured/YOLOv11-Document-Layout-Analysis/main/assets/sample2.png",
|
| 201 |
-
],
|
| 202 |
-
inputs=input_image
|
| 203 |
-
)
|
| 204 |
|
| 205 |
if __name__ == "__main__":
|
| 206 |
demo.launch()
|
|
|
|
| 193 |
Model from [moured/YOLOv11-Document-Layout-Analysis](https://github.com/moured/YOLOv11-Document-Layout-Analysis)
|
| 194 |
""")
|
| 195 |
|
| 196 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
|
| 198 |
if __name__ == "__main__":
|
| 199 |
demo.launch()
|