Spaces:
Sleeping
Sleeping
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(scale=1):
|
| 52 |
-
inputs = gr.Image(width=288 height=384)
|
| 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(scale=1):
|
| 52 |
+
inputs = gr.Image(width=288, height=384)
|
| 53 |
btn = gr.Button("Find my butterfly!")
|
| 54 |
description = gr.Markdown()
|
| 55 |
|