0-ma commited on
Commit
7818a3e
1 Parent(s): f249d1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,5 +45,5 @@ pipeline_tag: image-classification
45
  predicted_labels = [labels[prediction] for prediction in predictions]
46
  print(predicted_labels)
47
 
48
- ## Modfel generation
49
  The model has been created using the 'train_shape_detector.py.py' of the project from the project https://github.com/0-ma/geometric-shape-detector. No external code sources were used.
 
45
  predicted_labels = [labels[prediction] for prediction in predictions]
46
  print(predicted_labels)
47
 
48
+ ## Model generation
49
  The model has been created using the 'train_shape_detector.py.py' of the project from the project https://github.com/0-ma/geometric-shape-detector. No external code sources were used.