brendenc commited on
Commit
163ab63
·
1 Parent(s): b243489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ interface = gr.Interface(fn = classify,
26
  description = """Below is a simple app to detect Angular Leaf Spot and Bean Rust diseases on leaves.
27
  Data was annotated by experts from the National Crops Resources Research Institute (NaCRRI)
28
  in Uganda and collected by the Makerere AI research lab.
29
-
30
  The model being used is a fine-tuned Vision Transformer, specifically beginning with [google/vit-base-patch16-224
31
  (https://huggingface.co/google/vit-base-patch16-224) and trained using the [beans](https://huggingface.co/datasets/beans) dataset.
32
  This app was created in Abubakar Abid's 'Building End-to-End Vision Applications' course through CoRise.
 
26
  description = """Below is a simple app to detect Angular Leaf Spot and Bean Rust diseases on leaves.
27
  Data was annotated by experts from the National Crops Resources Research Institute (NaCRRI)
28
  in Uganda and collected by the Makerere AI research lab.
 
29
  The model being used is a fine-tuned Vision Transformer, specifically beginning with [google/vit-base-patch16-224
30
  (https://huggingface.co/google/vit-base-patch16-224) and trained using the [beans](https://huggingface.co/datasets/beans) dataset.
31
  This app was created in Abubakar Abid's 'Building End-to-End Vision Applications' course through CoRise.