sotirios-slv commited on
Commit
5ca4cef
1 Parent(s): 4286a1e

Fixed webcam view

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  gr.Markdown("## Theatre Programmer")
73
  with gr.Row():
74
  with gr.Column():
75
- image_in = gr.Image(type="pil")
76
  lang = gr.Dropdown(choices, value="eng")
77
  btn = gr.Button("Run")
78
  with gr.Column():
 
72
  gr.Markdown("## Theatre Programmer")
73
  with gr.Row():
74
  with gr.Column():
75
+ image_in = gr.Image(type="pil", mirror_webcam=False)
76
  lang = gr.Dropdown(choices, value="eng")
77
  btn = gr.Button("Run")
78
  with gr.Column():