beingamit99 commited on
Commit
02035d1
1 Parent(s): 224c7b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -72,4 +72,5 @@ print(f"Predicted class: {predicted_class_name} (probability: {predicted_proba:.
72
  from transformers import pipeline
73
  #Create a classification pipeline
74
  pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
75
- pipe(IMAGE)
 
 
72
  from transformers import pipeline
73
  #Create a classification pipeline
74
  pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
75
+ pipe(IMAGE)
76
+ ```