From 6a106d0ef7e7cc6c549b8edecfc35709393c26a2 Mon Sep 17 00:00:00 2001 From: Kawaeee Date: Tue, 4 May 2021 19:01:03 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- streamlit_app.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 629a42a..959ec41 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Corgi butt or loaf of bread? -[![GitHub Release](https://img.shields.io/github/v/release/Kawaeee/butt_or_bread)](https://github.com/Kawaeee/butt_or_bread/releases/tag/v1.0) +[![GitHub Release](https://img.shields.io/github/v/release/Kawaeee/butt_or_bread)](https://github.com/Kawaeee/butt_or_bread/releases/tag/v1.1) ![Visitor Badge](https://visitor-badge.glitch.me/badge?page_id=Kawaeee.butt_or_bread.visitor-badge) [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/kawaeee/butt_or_bread/) @@ -40,7 +40,7 @@ |**Valid**|0.0132|0.9969| |**Test**|-|0.9968| -#### You can download our model weight here: [v1.0](https://github.com/Kawaeee/butt_or_bread/releases/download/v1.0/buttbread_resnet152_3.h5) +#### You can download our model weight here: [v1.1](https://github.com/Kawaeee/butt_or_bread/releases/download/v1.1/buttbread_resnet152_3.h5) ## Hyperparameters and configurations diff --git a/streamlit_app.py b/streamlit_app.py index 3842944..3c4d47a 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -27,11 +27,11 @@ # Markdown repo = "[![GitHub Star](https://img.shields.io/github/stars/Kawaeee/butt_or_bread)](https://github.com/Kawaeee/butt_or_bread)" -version = "[![GitHub Release](https://img.shields.io/github/v/release/Kawaeee/butt_or_bread)](https://github.com/Kawaeee/butt_or_bread/releases/tag/v1.0)" +version = "[![GitHub Release](https://img.shields.io/github/v/release/Kawaeee/butt_or_bread)](https://github.com/Kawaeee/butt_or_bread/releases/tag/v1.1)" follower = "[![GitHub Follow](https://img.shields.io/github/followers/Kawaeee?style=social)](https://github.com/Kawaeee)" visitor = "![Visitor Badge](https://visitor-badge.glitch.me/badge?page_id=Kawaeee.butt_or_bread.visitor-badge)" -model_url_path = "https://github.com/Kawaeee/butt_or_bread/releases/download/v1.0/buttbread_resnet152_3.h5" +model_url_path = "https://github.com/Kawaeee/butt_or_bread/releases/download/v1.1/buttbread_resnet152_3.h5" # Test images test_images_path = "test_images"