deb113 commited on
Commit
f9fda49
·
verified ·
1 Parent(s): f86853e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
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
- # Add example images
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()