Spaces:
Sleeping
Sleeping
Added github page link
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 76 |
# Create title, description and article strings
|
| 77 |
title= 'DogBreed Mini 🐩🐶🦮🐕🦺'
|
| 78 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of Dog breeds."
|
| 79 |
-
article = "<p>ImageWoof Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/
|
| 80 |
|
| 81 |
|
| 82 |
# Create examples list from "examples/" directory
|
|
|
|
| 76 |
# Create title, description and article strings
|
| 77 |
title= 'DogBreed Mini 🐩🐶🦮🐕🦺'
|
| 78 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of Dog breeds."
|
| 79 |
+
article = "<p>ImageWoof Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/dogbreed_app'>Github Repo</a></p>"
|
| 80 |
|
| 81 |
|
| 82 |
# Create examples list from "examples/" directory
|