juliensimon HF staff commited on
Commit
a83a277
1 Parent(s): bc9d9eb

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 classifier models available on the hub. 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",
 
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",