Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -635,12 +635,12 @@ def build_gradio_interface():
|
|
635 |
gr.Image(type="filepath", value='./Logo/Logo.jpg', show_label=False, show_download_button=False, show_fullscreen_button=False)
|
636 |
gr.Markdown("<h1 style='text-align: center;'>A Surfing Pop-Up Trainer</h1>")
|
637 |
gr.Markdown(
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
|
645 |
with gr.Tabs():
|
646 |
with gr.Tab("Image Analysis"):
|
|
|
635 |
gr.Image(type="filepath", value='./Logo/Logo.jpg', show_label=False, show_download_button=False, show_fullscreen_button=False)
|
636 |
gr.Markdown("<h1 style='text-align: center;'>A Surfing Pop-Up Trainer</h1>")
|
637 |
gr.Markdown(
|
638 |
+
"<h2 style='text-align: center;'>"
|
639 |
+
"©Schmied Research And Development Pty Ltd. Dr Steven Schmied. Email [email protected]<br>"
|
640 |
+
"<i>Seeking only peace and friendship, to teach if we are called upon, to be taught if we are fortunate</i> - Voyager Golden Record<br>"
|
641 |
+
"To analyse your pop-up, use your webcam or upload an image or video. The analysis will take a few seconds to process.<br>"
|
642 |
+
"Hold down the left mouse button and drag to rotate three dimension Skeleton. Scroll the mouse wheel to zoom<br>"
|
643 |
+
"For a good pop-up: 1. keep your hips lower than your shoulders, 2. do not look down and 3. bend your knees. A repetition counted when your knees bends to less than 100 degrees.</h2>")
|
644 |
|
645 |
with gr.Tabs():
|
646 |
with gr.Tab("Image Analysis"):
|