Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def palm_detection(image):
|
|
64 |
)
|
65 |
return annotated_frame, results_df
|
66 |
|
67 |
-
with gr.Blocks(theme = "soft", title="Palm
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
<h1 style="text-align:center">Palm Detection</h1>
|
|
|
64 |
)
|
65 |
return annotated_frame, results_df
|
66 |
|
67 |
+
with gr.Blocks(theme = "soft", title="Palm Detector") as palm_detector:
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
<h1 style="text-align:center">Palm Detection</h1>
|