reab5555 commited on
Commit
c68f328
·
verified ·
1 Parent(s): cd06a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -193,6 +193,8 @@ with gr.Blocks() as iface:
193
  """)
194
  example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Example Video 1")
195
  example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Example Video 2")
 
 
196
 
197
  df_store = gr.State()
198
  mse_features_store = gr.State()
 
193
  """)
194
  example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Example Video 1")
195
  example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Example Video 2")
196
+ example_btn_1 = gr.Button("Use Example Video 1")
197
+ example_btn_2 = gr.Button("Use Example Video 2")
198
 
199
  df_store = gr.State()
200
  mse_features_store = gr.State()