phamalor commited on
Commit
fef1ea5
·
verified ·
1 Parent(s): 45b7c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(css=css) as demo:
150
  with gr.Row():
151
  with gr.Column():
152
  image_input = gr.Image(
153
- sources=["upload", "webcam", "clipboard"],
154
  label="Webcam",
155
  type="pil",
156
  )
 
150
  with gr.Row():
151
  with gr.Column():
152
  image_input = gr.Image(
153
+ sources=["upload", "webcam", "drawings", "clipboard"],
154
  label="Webcam",
155
  type="pil",
156
  )