Kaushik066 commited on
Commit
cc044e8
·
1 Parent(s): 594d6e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -281,13 +281,13 @@ with gr.Blocks() as demo:
281
 
282
  # Gesture recognition Tab
283
  with gr.Tab("Gesture recognition"):
284
- with gr.Row(height=300, variant="panel"): # equal_height=False, show_progress=True
285
  with gr.Column(scale=1, variant="panel"):
286
  # Add webcam input for sign language video capture
287
  video_input = gr.Video(format="mp4", label="Gesture")
288
  with gr.Column(scale=1, variant="panel"):
289
  # Display the landmarked video
290
- video_output = gr.Video(streaming=True, label="Landmarked Gesture")
291
  with gr.Row(variant="panel"): # equal_height=False, show_progress=True
292
  with gr.Column(scale=1, variant="panel"):
293
  # Submit the Video
 
281
 
282
  # Gesture recognition Tab
283
  with gr.Tab("Gesture recognition"):
284
+ with gr.Row(height=350, variant="panel"): # equal_height=False, show_progress=True
285
  with gr.Column(scale=1, variant="panel"):
286
  # Add webcam input for sign language video capture
287
  video_input = gr.Video(format="mp4", label="Gesture")
288
  with gr.Column(scale=1, variant="panel"):
289
  # Display the landmarked video
290
+ video_output = gr.Video(streaming=False, label="Landmarked Gesture")
291
  with gr.Row(variant="panel"): # equal_height=False, show_progress=True
292
  with gr.Column(scale=1, variant="panel"):
293
  # Submit the Video