Shoubin commited on
Commit
96a7ec8
1 Parent(s): 0ea72e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -172,8 +172,8 @@ with gr.Blocks(title="SeViLA demo") as demo:
172
  gen_btn = gr.Button(value='Locate and Answer!')
173
  with gr.Column(scale=1, min_width=600):
174
  keyframes = gr.Gallery(
175
- label="Keyframes", show_label=False, elem_id="gallery", max_width=100, max_height=100,
176
- ).style(columns=[4], rows=[1], object_fit="contain", height='auto')
177
  #keyframes = gr.Gallery(label='Keyframes')
178
  timestamps = gr.outputs.Textbox(label="Keyframe Timestamps")
179
  answer = gr.outputs.Textbox(label="Output Answer")
 
172
  gen_btn = gr.Button(value='Locate and Answer!')
173
  with gr.Column(scale=1, min_width=600):
174
  keyframes = gr.Gallery(
175
+ label="Keyframes", show_label=False, elem_id="gallery",
176
+ ).style(columns=[4], rows=[1], object_fit="contain", max_width=100, max_height=100)
177
  #keyframes = gr.Gallery(label='Keyframes')
178
  timestamps = gr.outputs.Textbox(label="Keyframe Timestamps")
179
  answer = gr.outputs.Textbox(label="Output Answer")