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", width=25)
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|
|
|
60 |
return video_path
|
61 |
|
62 |
with gr.Blocks() as iface:
|
63 |
+
gr.Image(value="appendix/icon.jpeg", label="icon", height=25, width=25)
|
64 |
gr.Markdown("""
|
65 |
# Multimodal Behavioral Anomalies Detection
|
66 |
|