Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
#18
by
phamalor
- opened
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 |
)
|