Dede16 commited on
Commit
9eec35a
·
verified ·
1 Parent(s): a66d161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -66,9 +66,11 @@ def palm_detection(image):
66
 
67
  with gr.Blocks(theme = "soft", title="Palm Detectior") as palm_detector:
68
  gr.Markdown(
69
- """
70
- # Palm Detection
71
- """)
 
 
72
  with gr.Row():
73
  with gr.Column():
74
  image = gr.Image()
 
66
 
67
  with gr.Blocks(theme = "soft", title="Palm Detectior") as palm_detector:
68
  gr.Markdown(
69
+ """
70
+ <h1 style="text-align:center">Palm Detection</h1>
71
+ <p style="text-align:center">Upload an image for palm detection. Press the "Process Image" button, and the model will analyze the image to detect palms.</p>
72
+ """
73
+ )
74
  with gr.Row():
75
  with gr.Column():
76
  image = gr.Image()