SachaDee commited on
Commit
8b23c13
·
verified ·
1 Parent(s): e94e288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks(css="""
13
  .column { flex: 1; }
14
  """) as demo:
15
  gr.Markdown("Choose or upload a dog image and press cpmpare!! the system will retutn the 2 detected faces with the recognition result")
16
- with gr.Row():
17
  with gr.Column(scale=1):
18
  image1_input = gr.Image(type="pil", label="Image 1",width=200,height=200)
19
  examples_image1 = gr.Examples(examples=["./dob1.jpg", "./p1.jpg", "./dob3.jpg", "./d1.jpg"], inputs=image1_input)
 
13
  .column { flex: 1; }
14
  """) as demo:
15
  gr.Markdown("Choose or upload a dog image and press cpmpare!! the system will retutn the 2 detected faces with the recognition result")
16
+ with gr.Row(scale=2):
17
  with gr.Column(scale=1):
18
  image1_input = gr.Image(type="pil", label="Image 1",width=200,height=200)
19
  examples_image1 = gr.Examples(examples=["./dob1.jpg", "./p1.jpg", "./dob3.jpg", "./d1.jpg"], inputs=image1_input)