DmitryRyumin commited on
Commit
e0ee47e
Β·
verified Β·
1 Parent(s): ce63aea

Update app/tabs.py

Browse files
Files changed (1) hide show
  1. app/tabs.py +1 -1
app/tabs.py CHANGED
@@ -34,7 +34,7 @@ def app_tab():
34
  show_label=True,
35
  interactive=True,
36
  visible=True,
37
- mirror_webcam=False,
38
  include_audio=True,
39
  elem_classes="video",
40
  autoplay=False,
 
34
  show_label=True,
35
  interactive=True,
36
  visible=True,
37
+ webcam_options=gr.WebcamOptions(mirror=True),
38
  include_audio=True,
39
  elem_classes="video",
40
  autoplay=False,