Spaces:
Sleeping
Sleeping
Commit
·
8aa723f
1
Parent(s):
54adf1a
Update app.py
Browse files
app.py
CHANGED
@@ -160,12 +160,12 @@ with gr.Blocks(css=css) as demo:
|
|
160 |
)
|
161 |
generate_bt = gr.Button("Generate", scale=1)
|
162 |
with gr.Row():
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
with gr.Column():
|
170 |
image = gr.Image(type="filepath")
|
171 |
with gr.Accordion("Advanced options", open=False):
|
|
|
160 |
)
|
161 |
generate_bt = gr.Button("Generate", scale=1)
|
162 |
with gr.Row():
|
163 |
+
with gr.Column():
|
164 |
+
image_input = gr.Image(
|
165 |
+
sources=["upload", "webcam", "clipboard"],
|
166 |
+
label="Webcam",
|
167 |
+
type="pil",
|
168 |
+
)
|
169 |
with gr.Column():
|
170 |
image = gr.Image(type="filepath")
|
171 |
with gr.Accordion("Advanced options", open=False):
|