Commit
·
fb409ee
1
Parent(s):
ff5a3a8
Update app.py
Browse files
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])
|