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

update ui again

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -42,6 +42,8 @@ interface = gr.Interface(
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
  image_mode="square"
46
  )
47
 
 
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",
46
+ theme="huggingface",
47
  image_mode="square"
48
  )
49