Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def set_video_path(video_path):
|
|
60 |
return video_path
|
61 |
|
62 |
with gr.Blocks() as iface:
|
63 |
-
gr.Image(value="appendix/icon.jpeg",
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|
@@ -195,7 +195,7 @@ with gr.Blocks() as iface:
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
-
gr.HTML("<div style='height:
|
199 |
example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Bill Clinton and Jim Lehrer")
|
200 |
example_btn_1 = gr.Button("Use Example Video 1")
|
201 |
example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Wade Wilson Penalty Phase Trial")
|
|
|
60 |
return video_path
|
61 |
|
62 |
with gr.Blocks() as iface:
|
63 |
+
gr.Image(value="appendix/icon.jpeg", height=125, width=125)
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
+
gr.HTML("<div style='height: 30px;'></div>")
|
199 |
example_video_1 = gr.Video(value="appendix/Bill Clinton and Jim Lehrer.mp4", label="Bill Clinton and Jim Lehrer")
|
200 |
example_btn_1 = gr.Button("Use Example Video 1")
|
201 |
example_video_2 = gr.Video(value="appendix/Wade_Wilson_Penalty_Phase_Trial.mp4", label="Wade Wilson Penalty Phase Trial")
|