Spaces:
Sleeping
Sleeping
Commit
·
58d7915
1
Parent(s):
d87e79e
fix2
Browse files
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 |
|