Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
55 |
### Gradio app ###
|
56 |
title = "Spongebob Character Identifier π§½πππ¦πΏοΈπππ³π₯οΈ"
|
57 |
description = "An EfficientNetB0 feature extractor computer vision model to classify between 10 character from Spongebob Squarepants: Spongebob, Patrick, Squidward, Gary, Mr. Krabs, Mrs.Puff, Sandy, Plankton, Karen, and Pearl"
|
58 |
-
article = "Read more at: [Spongebob Character Identifier](https://gulnuravci.github.io/scripts/project_pages/spongebob_identifier.html)"
|
59 |
|
60 |
# Create examples list from "examples/" directory
|
61 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
55 |
### Gradio app ###
|
56 |
title = "Spongebob Character Identifier π§½πππ¦πΏοΈπππ³π₯οΈ"
|
57 |
description = "An EfficientNetB0 feature extractor computer vision model to classify between 10 character from Spongebob Squarepants: Spongebob, Patrick, Squidward, Gary, Mr. Krabs, Mrs.Puff, Sandy, Plankton, Karen, and Pearl"
|
58 |
+
article = "Read more at: [Spongebob Character Identifier](https://gulnuravci.github.io/scripts/project_pages/spongebob_character_identifier/spongebob_identifier.html)"
|
59 |
|
60 |
# Create examples list from "examples/" directory
|
61 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|