dzmu commited on
Commit
68ef117
·
verified ·
1 Parent(s): ea8dce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -541,7 +541,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
541
  label="Upload Your Fit",
542
  sources=['upload', 'webcam', 'clipboard'],
543
  height=400,
544
- show_label=False
 
545
  )
546
  analyze_button = gr.Button("🔥 Analyze This Drip", variant="primary")
547
 
 
541
  label="Upload Your Fit",
542
  sources=['upload', 'webcam', 'clipboard'],
543
  height=400,
544
+ show_label=False,
545
+ webcam_options=gr.WebcamOptions(mirror_webcam=False)
546
  )
547
  analyze_button = gr.Button("🔥 Analyze This Drip", variant="primary")
548