Amrrs commited on
Commit
45c4e3d
1 Parent(s): ff28b5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,7 +47,8 @@ with block:
47
  with gr.Row().style():
48
  inp_video = gr.Video(
49
  label="Input Video",
50
- type="filepath"
 
51
  )
52
  op_video = gr.Video()
53
  btn = gr.Button("Generate Subtitle Video")
 
47
  with gr.Row().style():
48
  inp_video = gr.Video(
49
  label="Input Video",
50
+ type="filepath",
51
+ mirror_webcam = False
52
  )
53
  op_video = gr.Video()
54
  btn = gr.Button("Generate Subtitle Video")