sanjay7178 commited on
Commit
92b2265
·
1 Parent(s): 8887a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title="Spoof-Demo", css="#custom_header {min-height: 3rem; text-a
70
  with gr.Column():
71
  with gr.Box():
72
  gr.Markdown("### Input")
73
- image = gr.Image(source="webcam",label="Input Image")
74
  image.style(height=240)
75
  btn = gr.Button(text="Submit")
76
  btn.style(full_width=True)
 
70
  with gr.Column():
71
  with gr.Box():
72
  gr.Markdown("### Input")
73
+ image = gr.Image(source="webcam",label="Input Image",invert_color=False,image_mode="RGB")
74
  image.style(height=240)
75
  btn = gr.Button(text="Submit")
76
  btn.style(full_width=True)