sasha HF staff commited on
Commit
746be36
·
verified ·
1 Parent(s): a6893ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  gr.Markdown("## Use this Space to find your butterfly, based on the [iNaturalist butterfly dataset](https://huggingface.co/datasets/huggan/inat_butterflies_top10k)!")
50
  with gr.Row():
51
  with gr.Column(min_width= 900):
52
- inputs = gr.Image()
53
  btn = gr.Button("Find my butterfly!")
54
  description = gr.Markdown()
55
 
 
49
  gr.Markdown("## Use this Space to find your butterfly, based on the [iNaturalist butterfly dataset](https://huggingface.co/datasets/huggan/inat_butterflies_top10k)!")
50
  with gr.Row():
51
  with gr.Column(min_width= 900):
52
+ inputs = gr.Image(scale=1)
53
  btn = gr.Button("Find my butterfly!")
54
  description = gr.Markdown()
55