wanghuging commited on
Commit
8aa723f
·
1 Parent(s): 54adf1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- # 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):
 
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):