sasha HF staff commited on
Commit
c16d3e6
1 Parent(s): 8e90b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ 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(min_width= 900):
28
  inputs = gr.Image(type='pil')
29
  btn = gr.Button("Find my Pedro!")
30
  description = gr.Markdown()
 
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()