MKFMIKU commited on
Commit
106f452
โ€ข
1 Parent(s): f2cf5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ image_blocks = gr.Blocks(css=css)
62
  with image_blocks as demo:
63
  gr.HTML(read_content("header.html"))
64
  with gr.Group():
65
- with gr.Box():
66
  with gr.Row():
67
  with gr.Column():
68
  image = gr.Image(source='upload', tool='sketch', elem_id="image_upload", type="pil", label="Shadow Image").style(height=400)
 
62
  with image_blocks as demo:
63
  gr.HTML(read_content("header.html"))
64
  with gr.Group():
65
+ with gr.Group():
66
  with gr.Row():
67
  with gr.Column():
68
  image = gr.Image(source='upload', tool='sketch', elem_id="image_upload", type="pil", label="Shadow Image").style(height=400)