nickmuchi commited on
Commit
63f0347
1 Parent(s): 220b121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -113,8 +113,7 @@ Links to HuggingFace Models:
113
  - [hustlv/yolos-small](https://huggingface.co/hustlv/yolos-small)
114
  """
115
 
116
- models = ["nickmuchi/yolos-small-finetuned-license-plate-detection","nickmuchi/detr-resnet50-license-plate-detection",\
117
- "nickmuchi/detr-resnet50-finetuned-license-plate-detection"]
118
  urls = ["https://drive.google.com/uc?id=1j9VZQ4NDS4gsubFf3m2qQoTMWLk552bQ","https://drive.google.com/uc?id=1p9wJIqRz3W50e2f_A0D8ftla8hoXz4T5"]
119
  images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))]
120
 
 
113
  - [hustlv/yolos-small](https://huggingface.co/hustlv/yolos-small)
114
  """
115
 
116
+ models = ["nickmuchi/yolos-small-finetuned-license-plate-detection","nickmuchi/detr-resnet50-license-plate-detection"]
 
117
  urls = ["https://drive.google.com/uc?id=1j9VZQ4NDS4gsubFf3m2qQoTMWLk552bQ","https://drive.google.com/uc?id=1p9wJIqRz3W50e2f_A0D8ftla8hoXz4T5"]
118
  images = [[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))]
119