Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,6 @@ with gr.Blocks() as demo_precomputed:
|
|
324 |
2. Hit the **Abstract Symbols** button.
|
325 |
"""
|
326 |
)
|
327 |
-
|
328 |
with gr.Row(variant='panel'):
|
329 |
with gr.Column():
|
330 |
video = gr.Video(label="Video", format="mp4", include_audio=False, sources=["upload"], interactive=False)
|
@@ -340,7 +339,6 @@ with gr.Blocks() as demo_precomputed:
|
|
340 |
Each error is scored on a scale of 0-10, and are then averaged to reach a final score for the dive.
|
341 |
|
342 |
We then programmatically generate a detailed performance report containing different aspects of the dive, their percentile scores, and visual evidence.
|
343 |
-
This report can be seen as a compact, but highly detailed representation of quality of the dive performed.
|
344 |
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.
|
345 |
|
346 |
1. Click the **Get Score** button. The Score Report will be generated below. (Abstract Symbols first if you haven't already!)
|
|
|
324 |
2. Hit the **Abstract Symbols** button.
|
325 |
"""
|
326 |
)
|
|
|
327 |
with gr.Row(variant='panel'):
|
328 |
with gr.Column():
|
329 |
video = gr.Video(label="Video", format="mp4", include_audio=False, sources=["upload"], interactive=False)
|
|
|
339 |
Each error is scored on a scale of 0-10, and are then averaged to reach a final score for the dive.
|
340 |
|
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 **Get Score** button. The Score Report will be generated below. (Abstract Symbols first if you haven't already!)
|