laurenok24 commited on
Commit
fe06899
·
verified ·
1 Parent(s): dd0b6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- abstract_symbols_btn = gr.Button("Abstract Symbols", variant='secondary')
331
  symbol_output = gr.HTML(label="Output")
332
- examples = gr.Examples(examples = [['01_10.mp4'], ['01_11.mp4'], ['01_16.mp4'], ['01_33.mp4'], ['01_76.mp4'], ['01_140.mp4']], inputs=[video])
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