sasha HF staff commited on
Commit
54bd402
1 Parent(s): c16d3e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,12 +24,12 @@ with gr.Blocks() as demo:
24
  gr.Markdown("# Find my Pedro Pascal")
25
  gr.Markdown("## Use this Space to find the Pedro Pascal most similar to your input image!")
26
  with gr.Row():
27
- with gr.Column():
28
  inputs = gr.Image(type='pil')
29
  btn = gr.Button("Find my Pedro!")
30
  description = gr.Markdown()
31
 
32
- with gr.Column():
33
  outputs=gr.Image()
34
 
35
  gr.Markdown("### Image Examples")
 
24
  gr.Markdown("# Find my Pedro Pascal")
25
  gr.Markdown("## Use this Space to find the Pedro Pascal most similar to your input image!")
26
  with gr.Row():
27
+ with gr.Column(scale=1, min_width=600):
28
  inputs = gr.Image(type='pil')
29
  btn = gr.Button("Find my Pedro!")
30
  description = gr.Markdown()
31
 
32
+ with gr.Column(scale=1, min_width=600):
33
  outputs=gr.Image()
34
 
35
  gr.Markdown("### Image Examples")