dielz commited on
Commit
ff5d4c2
·
verified ·
1 Parent(s): 12ab9ee

delete error line

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ interface = gr.Interface(
39
  inputs=gr.Image(type="pil"),
40
  outputs=gr.Label(num_top_classes=1, label="Prediction"),
41
  examples=example_images,
42
- example_per_page=6,
43
  title="Animals Classifier",
44
  description="Upload an image of an animal, and the model will predict it.\n\n**Disclaimer:** This model is trained only on specific animal classes (butterfly, cats, cow, dogs, elephant, horse, monkey, sheep, spider, squirrel) and may not accurately predict animals outside these classes.",
45
  allow_flagging="never",
 
39
  inputs=gr.Image(type="pil"),
40
  outputs=gr.Label(num_top_classes=1, label="Prediction"),
41
  examples=example_images,
 
42
  title="Animals Classifier",
43
  description="Upload an image of an animal, and the model will predict it.\n\n**Disclaimer:** This model is trained only on specific animal classes (butterfly, cats, cow, dogs, elephant, horse, monkey, sheep, spider, squirrel) and may not accurately predict animals outside these classes.",
44
  allow_flagging="never",