Avmromanov commited on
Commit
58d7915
·
1 Parent(s): d87e79e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def identify_car(image):
34
 
35
  return result_text
36
 
 
37
  car_classifier = pipeline("image-classification", model="dima806/car_models_image_detection")
38
  dataset_examples = get_dataset_examples()
39
 
 
34
 
35
  return result_text
36
 
37
+
38
  car_classifier = pipeline("image-classification", model="dima806/car_models_image_detection")
39
  dataset_examples = get_dataset_examples()
40