Update app.py
Browse files
app.py
CHANGED
@@ -195,10 +195,8 @@ with gr.Blocks() as iface:
|
|
195 |
|
196 |
""")
|
197 |
gr.HTML("<div style='height: 30px;'></div>")
|
198 |
-
|
199 |
-
|
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()
|