Spaces:
Sleeping
Sleeping
update ui again
Browse files
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 |
|