erictam commited on
Commit
ac96f8c
β€’
1 Parent(s): 0186575

correct typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def predict(img) -> Tuple[Dict, float]:
57
 
58
  # Create title, description and article strings
59
  title = "Road Damages Detection 🚧"
60
- description = "An ViT feature extractor computer vision model to classify images of common road damages."
61
  article = "Created at https://huggingface.co/spaces/erictam/Road-Damages-Detection_Multi-Class"
62
 
63
  # Create examples list from "examples/" directory
 
57
 
58
  # Create title, description and article strings
59
  title = "Road Damages Detection 🚧"
60
+ description = "A ViT feature extractor computer vision model to classify images of common road damages."
61
  article = "Created at https://huggingface.co/spaces/erictam/Road-Damages-Detection_Multi-Class"
62
 
63
  # Create examples list from "examples/" directory