Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as iface:
|
|
107 |
with gr.Group(visible=True) as results_group2:
|
108 |
with gr.TabItem("Description"):
|
109 |
gr.Image(value="appendix/Anomay Detection.png")
|
110 |
-
gr.
|
111 |
gr.Markdown("""
|
112 |
|
113 |
# Multimodal Behavioral Anomalies Detection
|
@@ -195,7 +195,7 @@ with gr.Blocks() as iface:
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
-
gr.
|
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")
|
|
|
107 |
with gr.Group(visible=True) as results_group2:
|
108 |
with gr.TabItem("Description"):
|
109 |
gr.Image(value="appendix/Anomay Detection.png")
|
110 |
+
gr.HTML("<div style='height: 20px;'></div>")
|
111 |
gr.Markdown("""
|
112 |
|
113 |
# Multimodal Behavioral Anomalies Detection
|
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
+
gr.HTML("<div style='height: 20px;'></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")
|