reab5555 commited on
Commit
7d81b98
·
verified ·
1 Parent(s): 0898330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -195,10 +195,8 @@ with gr.Blocks() as iface:
195
 
196
  """)
197
  gr.HTML("<div style='height: 30px;'></div>")
198
- example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Bill Clinton and Jim Lehrer")
199
- example_btn_1 = gr.Button("Use Example Video 1")
200
- example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Wade Wilson Penalty Phase Trial")
201
- example_btn_2 = gr.Button("Use Example Video 2")
202
 
203
  df_store = gr.State()
204
  mse_features_store = gr.State()
 
195
 
196
  """)
197
  gr.HTML("<div style='height: 30px;'></div>")
198
+ example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
199
+ example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
 
 
200
 
201
  df_store = gr.State()
202
  mse_features_store = gr.State()