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", label="icon", height=
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|
@@ -106,8 +106,8 @@ with gr.Blocks() as iface:
|
|
106 |
with gr.Row():
|
107 |
with gr.Group(visible=True) as results_group2:
|
108 |
with gr.TabItem("Description"):
|
109 |
-
gr.Image(value="appendix/Anomay Detection.png"
|
110 |
-
|
111 |
gr.Markdown("""
|
112 |
|
113 |
# Multimodal Behavioral Anomalies Detection
|
@@ -195,7 +195,7 @@ with gr.Blocks() as iface:
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
-
|
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", label="icon", height=100, width=100)
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|
|
|
106 |
with gr.Row():
|
107 |
with gr.Group(visible=True) as results_group2:
|
108 |
with gr.TabItem("Description"):
|
109 |
+
gr.Image(value="appendix/Anomay Detection.png")
|
110 |
+
gr.Spacer(height=10)
|
111 |
gr.Markdown("""
|
112 |
|
113 |
# Multimodal Behavioral Anomalies Detection
|
|
|
195 |
|
196 |
|
197 |
""")
|
198 |
+
gr.Spacer(height=20)
|
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")
|