sczhou commited on
Commit
42a212d
·
verified ·
1 Parent(s): 509a22f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ td {
342
  with gr.Blocks() as demo:
343
  gr.Markdown(title)
344
  gr.Markdown(description)
345
- with gr.Box():
346
  with gr.Column():
347
  input_img = gr.Image(type="filepath", label="Input")
348
  face_align = gr.Checkbox(value=True, label="Pre_Face_Align")
 
342
  with gr.Blocks() as demo:
343
  gr.Markdown(title)
344
  gr.Markdown(description)
345
+ with gr.Row():
346
  with gr.Column():
347
  input_img = gr.Image(type="filepath", label="Input")
348
  face_align = gr.Checkbox(value=True, label="Pre_Face_Align")