dylanplummer commited on
Commit
1a39c63
·
1 Parent(s): 85225d1

try different width and height settings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -312,7 +312,7 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
312
  gr.Markdown(DESCRIPTION)
313
  with gr.Column():
314
  #with gr.Row():
315
- in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4', width=400, height=400, interactive=True)
316
 
317
  with gr.Row():
318
  run_button = gr.Button(value="Run", elem_id='run-button', scale=1)
 
312
  gr.Markdown(DESCRIPTION)
313
  with gr.Column():
314
  #with gr.Row():
315
+ in_video = gr.PlayableVideo(label="Input Video", elem_id='input-video', format='mp4', width='400px', height='400px', interactive=True)
316
 
317
  with gr.Row():
318
  run_button = gr.Button(value="Run", elem_id='run-button', scale=1)