Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,6 @@ def set_video_path(video_path):
|
|
| 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 |
|
|
@@ -106,7 +105,7 @@ 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 |
gr.HTML("<div style='height: 20px;'></div>")
|
| 111 |
gr.Markdown("""
|
| 112 |
|
|
|
|
| 60 |
return video_path
|
| 61 |
|
| 62 |
with gr.Blocks() as iface:
|
|
|
|
| 63 |
gr.Markdown("""
|
| 64 |
# Multimodal Behavioral Anomalies Detection
|
| 65 |
|
|
|
|
| 105 |
with gr.Row():
|
| 106 |
with gr.Group(visible=True) as results_group2:
|
| 107 |
with gr.TabItem("Description"):
|
| 108 |
+
gr.Image(value="appendix/Anomay Detection.png", label='Flowchart')
|
| 109 |
gr.HTML("<div style='height: 20px;'></div>")
|
| 110 |
gr.Markdown("""
|
| 111 |
|