Kaushik066 commited on
Commit
fb409ee
·
1 Parent(s): ff5a3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -352,8 +352,8 @@ with gr.Blocks(css=custom_css) as demo:
352
  with gr.Row():
353
  # Display the landmarked video
354
  video_output = gr.Video(interactive=False, autoplay=True,
355
- streaming=False, label="Landmarked Gesture",
356
- elem_id="landmarked_video"
357
  )
358
  # Set up the interface
359
  video_button.click(translate_sign_language, inputs=video_input, outputs=[text_output, video_output])
 
352
  with gr.Row():
353
  # Display the landmarked video
354
  video_output = gr.Video(interactive=False, autoplay=True,
355
+ streaming=False, label="Landmarked Gesture"
356
+ #elem_id="landmarked_video"
357
  )
358
  # Set up the interface
359
  video_button.click(translate_sign_language, inputs=video_input, outputs=[text_output, video_output])