Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ demo_images = [
|
|
| 167 |
|
| 168 |
# Create Gradio interface
|
| 169 |
with gr.Blocks() as iface:
|
| 170 |
-
gr.Markdown("
|
| 171 |
gr.Markdown("Upload an image to detect the corners of a document and correct the perspective.\n\nUses a UNet model to detect corners and OpenCV to correct the perspective.")
|
| 172 |
|
| 173 |
with gr.Row():
|
|
|
|
| 167 |
|
| 168 |
# Create Gradio interface
|
| 169 |
with gr.Blocks() as iface:
|
| 170 |
+
gr.Markdown("## Document corner detection and perspective correction")
|
| 171 |
gr.Markdown("Upload an image to detect the corners of a document and correct the perspective.\n\nUses a UNet model to detect corners and OpenCV to correct the perspective.")
|
| 172 |
|
| 173 |
with gr.Row():
|