Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|