Spaces:
Running
Running
delete theme option
Browse files
app.py
CHANGED
|
@@ -41,9 +41,7 @@ interface = gr.Interface(
|
|
| 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"
|
| 45 |
-
theme="huggingface",
|
| 46 |
-
image_mode="square"
|
| 47 |
)
|
| 48 |
|
| 49 |
interface.launch(share=True)
|
|
|
|
| 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"
|
|
|
|
|
|
|
| 45 |
)
|
| 46 |
|
| 47 |
interface.launch(share=True)
|