dielz commited on
Commit
569f7e7
·
verified ·
1 Parent(s): ff5d4c2

delete theme option

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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)