reab5555 commited on
Commit
6edccdd
·
verified ·
1 Parent(s): 3d099d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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