Spaces:
Running
Running
Update app.py
Browse files
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 |
|