Pinwheel commited on
Commit
5686c54
1 Parent(s): 2c37148

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
  video_output = gr.outputs.Image(type="pil", label="grounding results")
102
  vqa_output_video = gr.Textbox(label="Answer")
103
 
104
- with gr.Tab("Webcam"):
105
  with gr.Row():
106
  with gr.Column():
107
  cam_input = gr.Video(label='input video', mirror_webcam=False, source="webcam")
 
101
  video_output = gr.outputs.Image(type="pil", label="grounding results")
102
  vqa_output_video = gr.Textbox(label="Answer")
103
 
104
+ with gr.Tab("Webcam"):
105
  with gr.Row():
106
  with gr.Column():
107
  cam_input = gr.Video(label='input video', mirror_webcam=False, source="webcam")