remotewith commited on
Commit
54cd385
1 Parent(s): d1f040d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -191,8 +191,8 @@ def predict(img) -> Tuple[Dict, float]:
191
  ### 4. Gradio app ###
192
 
193
  # Create title, description and article strings
194
- title = "Dented car Detector"
195
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of dented or good cars."
196
  article = "(https://www.learnpytorch.io/)."
197
 
198
  # Create examples list from "examples/" directory
 
191
  ### 4. Gradio app ###
192
 
193
  # Create title, description and article strings
194
+ title = "Safety Glasses Detector"
195
+ description = "An EfficientNetB2 feature extractor computer vision model to classify images of Safety glasses at construction sites"
196
  article = "(https://www.learnpytorch.io/)."
197
 
198
  # Create examples list from "examples/" directory