Kaushik066 commited on
Commit
6fb6f1a
·
verified ·
1 Parent(s): 9a7322d

correcting video input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks() as demo:
267
  gr.Markdown("# Indian Sign Language Translation App")
268
  with gr.Tab("Gesture recognition"):
269
  # Add webcam input for sign language video capture
270
- video_input = gr.Video(source="webcam")
271
  # Add a button or functionality to process the video
272
  test_output = gr.Textbox()
273
  # Submit the Video
 
267
  gr.Markdown("# Indian Sign Language Translation App")
268
  with gr.Tab("Gesture recognition"):
269
  # Add webcam input for sign language video capture
270
+ video_input = gr.Video()
271
  # Add a button or functionality to process the video
272
  test_output = gr.Textbox()
273
  # Submit the Video