Kaushik066 commited on
Commit
58e618c
·
1 Parent(s): 9a5473b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ with gr.Blocks(css=custom_css) as demo:
361
  video_button = gr.Button("Submit")
362
  # Add a button or functionality to process the video
363
  text_output = gr.Textbox(label="Translation in English")
364
- with gr.Column(scale=1, variant="panel"):
365
  with gr.Row():
366
  # Display the landmarked video
367
  video_output = gr.Video(interactive=False, autoplay=True,
 
361
  video_button = gr.Button("Submit")
362
  # Add a button or functionality to process the video
363
  text_output = gr.Textbox(label="Translation in English")
364
+ with gr.Column(scale=1.25, variant="panel"):
365
  with gr.Row():
366
  # Display the landmarked video
367
  video_output = gr.Video(interactive=False, autoplay=True,