Update app.py
Browse files
app.py
CHANGED
|
@@ -327,9 +327,9 @@ with gr.Blocks() as demo_precomputed:
|
|
| 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)
|
| 330 |
-
|
| 331 |
symbol_output = gr.HTML(label="Output")
|
| 332 |
-
|
| 333 |
gr.Markdown(
|
| 334 |
"""
|
| 335 |
## Step 2: Calculate Logic-Based Errors and Generate Detailed Score Report
|
|
|
|
| 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)
|
| 330 |
+
examples = gr.Examples(examples = [['01_10.mp4'], ['01_11.mp4'], ['01_16.mp4'], ['01_33.mp4'], ['01_76.mp4'], ['01_140.mp4']], inputs=[video], label="Select one of the following diving videos")
|
| 331 |
symbol_output = gr.HTML(label="Output")
|
| 332 |
+
abstract_symbols_btn = gr.Button("Abstract Symbols", variant='secondary')
|
| 333 |
gr.Markdown(
|
| 334 |
"""
|
| 335 |
## Step 2: Calculate Logic-Based Errors and Generate Detailed Score Report
|