reab5555 commited on
Commit
0d13425
·
verified ·
1 Parent(s): 556657d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=100, width=100)
64
  gr.Markdown("""
65
  # Multimodal Behavioral Anomalies Detection
66
 
@@ -195,7 +195,7 @@ with gr.Blocks() as iface:
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")
 
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
 
 
195
 
196
 
197
  """)
198
+ gr.HTML("<div style='height: 30px;'></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")