Kaushik066 commited on
Commit
6f7199e
·
1 Parent(s): 58e618c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks(css=custom_css) as demo:
352
  # text_output = gr.Textbox(label="Translation in English")
353
 
354
  with gr.Row():
355
- with gr.Column(scale=1.25, variant="panel"):
356
  with gr.Row(height=350, variant="panel"):
357
  # Add webcam input for sign language video capture
358
  video_input = gr.Video(sources=["webcam"], format="mp4", label="Gesture")
@@ -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.25, variant="panel"):
365
  with gr.Row():
366
  # Display the landmarked video
367
  video_output = gr.Video(interactive=False, autoplay=True,
 
352
  # text_output = gr.Textbox(label="Translation in English")
353
 
354
  with gr.Row():
355
+ with gr.Column(scale=0.9, variant="panel"):
356
  with gr.Row(height=350, variant="panel"):
357
  # Add webcam input for sign language video capture
358
  video_input = gr.Video(sources=["webcam"], format="mp4", label="Gesture")
 
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,