brendenc commited on
Commit
38d1864
1 Parent(s): 163ab63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ 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
- 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.
32
  """,
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.
32
  """,