Spaces:
Runtime error
Runtime error
Julien Simon
commited on
Commit
·
a83a277
1
Parent(s):
bc9d9eb
Update description
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ model_selection = gr.Dropdown(
|
|
30 |
# Output
|
31 |
labels = gr.Label()
|
32 |
|
33 |
-
description = "This Space lets you quickly compare the most popular image
|
34 |
|
35 |
iface = gr.Interface(
|
36 |
theme="huggingface",
|
|
|
30 |
# Output
|
31 |
labels = gr.Label()
|
32 |
|
33 |
+
description = "This Space lets you quickly compare the most popular image classifiers available on the hub, including the recent NAT and DINAT models. All of them have been fine-tuned on the ImageNet-1k dataset. Anecdotally, the three sample images have been generated with a Stable Diffusion model :)"
|
34 |
|
35 |
iface = gr.Interface(
|
36 |
theme="huggingface",
|