gulnuravci commited on
Commit
10ec185
Β·
verified Β·
1 Parent(s): fced91e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")]