Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def query(image, top_k=4):
|
|
45 |
|
46 |
|
47 |
with gr.Blocks() as demo:
|
48 |
-
gr.Markdown("# Which Slug Am I ? π")
|
49 |
gr.Markdown("## Use this Space to find your sea slug, based on the [Nudibranchs of the Sunshine Coast Australia dataset](https://huggingface.co/datasets/sasha/australian_sea_slugs)!")
|
50 |
with gr.Row():
|
51 |
with gr.Column(min_width= 900):
|
|
|
45 |
|
46 |
|
47 |
with gr.Blocks() as demo:
|
48 |
+
gr.Markdown("# Which Sea Slug Am I ? π")
|
49 |
gr.Markdown("## Use this Space to find your sea slug, based on the [Nudibranchs of the Sunshine Coast Australia dataset](https://huggingface.co/datasets/sasha/australian_sea_slugs)!")
|
50 |
with gr.Row():
|
51 |
with gr.Column(min_width= 900):
|