Update app.py
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ with gr.Blocks() as demo_precomputed:
|
|
341 |
We then programmatically generate a detailed performance report containing different aspects of the dive, their percentile scores, and visual evidence.
|
342 |
It can be helpful for a number of reasons including as a support to human judges and as an educational tool to teach coaches, athletes, and judges how to score.
|
343 |
|
344 |
-
1. Click the **
|
345 |
"""
|
346 |
)
|
347 |
|
|
|
341 |
We then programmatically generate a detailed performance report containing different aspects of the dive, their percentile scores, and visual evidence.
|
342 |
It can be helpful for a number of reasons including as a support to human judges and as an educational tool to teach coaches, athletes, and judges how to score.
|
343 |
|
344 |
+
1. Click the **Generate Score Report** button. The Score Report will be generated below. (Abstract Symbols first if you haven't already!)
|
345 |
"""
|
346 |
)
|
347 |
|