KennethTM commited on
Commit
fb47054
·
verified ·
1 Parent(s): f94a9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ demo_images = [
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():
 
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():