correcting video input
Browse files
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(
|
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
|