laurenok24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks() as demo_precomputed:
|
|
333 |
abstract_symbols_btn = gr.Button("Abstract Symbols", variant='secondary')
|
334 |
gr.Markdown(
|
335 |
"""
|
336 |
-
## Step 2: Calculate
|
337 |
|
338 |
Using the abstracted symbols, we calculate different "errors" of the dive.
|
339 |
These errors are: **feet apart; height off board; distance from board; somersault position tightness; knee straightness; twist position straightness; over/under rotation; straightness of body during entry; and splash size.**
|
|
|
333 |
abstract_symbols_btn = gr.Button("Abstract Symbols", variant='secondary')
|
334 |
gr.Markdown(
|
335 |
"""
|
336 |
+
## Step 2: Calculate Rules-Based Errors and Generate Detailed Score Report
|
337 |
|
338 |
Using the abstracted symbols, we calculate different "errors" of the dive.
|
339 |
These errors are: **feet apart; height off board; distance from board; somersault position tightness; knee straightness; twist position straightness; over/under rotation; straightness of body during entry; and splash size.**
|