Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def predict(img):
|
|
| 12 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
| 13 |
title = " Car type Classifier"
|
| 14 |
description = "A car classifier trained using <a href='https://www.kaggle.com/datasets/jutrera/stanford-car-dataset-by-classes-folder'> the Oxford car dataset </a> with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
-
article="<p style='text-align: center'>
|
| 16 |
examples=["2009_bugatti_veyron_grand_sport_10.jpg", "07-x5-bmw.jpg"]
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|
|
|
|
| 12 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
| 13 |
title = " Car type Classifier"
|
| 14 |
description = "A car classifier trained using <a href='https://www.kaggle.com/datasets/jutrera/stanford-car-dataset-by-classes-folder'> the Oxford car dataset </a> with fastai. Created as a demo for Gradio and HuggingFace Spaces."
|
| 15 |
+
article="<p style='text-align: center'><a href='https://github.com/anibahi' target='_blank'> My github </a></p>"
|
| 16 |
examples=["2009_bugatti_veyron_grand_sport_10.jpg", "07-x5-bmw.jpg"]
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|