namelessai commited on
Commit
3d5d1af
·
verified ·
1 Parent(s): faa310b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -6,8 +6,7 @@ pipeline_tag: image-classification
6
  tags:
7
  - MobileNetV2
8
  - accident-detection
9
- base_model:
10
- - google/mobilenet_v2_1.0_224
11
  ---
12
 
13
  An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.
 
6
  tags:
7
  - MobileNetV2
8
  - accident-detection
9
+ library_name: transformers
 
10
  ---
11
 
12
  An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.