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

better video size

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -311,8 +311,8 @@ DESCRIPTION += '\nDemo created by [Dylan Plummer](https://dylan-plummer.github.i
311
  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)
 
311
  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)