sschmied commited on
Commit
9d70e71
·
verified ·
1 Parent(s): 79bf74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- f"<div style='text-align: center; align-items: center>"
639
- f"©Schmied Research And Development Pty Ltd. Dr Steven Schmied. Email [email protected]<br>"
640
- f"<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
- f"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
- f"Hold down the left mouse button and drag to rotate three dimensional Skeleton. Scroll the mouse wheel to zoom<br>"
643
- f"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.</div>")
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"):