Revert "docs: alterado texto da pagina"
Browse filesThis reverts commit 98e36c187f916cba6b6afd83f73e385eeea869f5.
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def print_result(result):
|
|
| 122 |
def main():
|
| 123 |
st.title("Image Classification")
|
| 124 |
st.write("This is a simple web app to test and compare different image classifier models using Hugging Face's image-classification pipeline.")
|
| 125 |
-
st.markdown("
|
| 126 |
st.write("From time to time more models will be added to the list. If you want to add a model, please open an issue on the GitHub repository.")
|
| 127 |
st.write("If you like this project, please consider liking it or buying me a coffee. It will help me to keep working on this and other projects. Thank you!")
|
| 128 |
|
|
|
|
| 122 |
def main():
|
| 123 |
st.title("Image Classification")
|
| 124 |
st.write("This is a simple web app to test and compare different image classifier models using Hugging Face's image-classification pipeline.")
|
| 125 |
+
st.markdown(":white_check_mark: **:green[22 new models added!]** - Including Medical, AI vs Human detection, Anime classification and more.")
|
| 126 |
st.write("From time to time more models will be added to the list. If you want to add a model, please open an issue on the GitHub repository.")
|
| 127 |
st.write("If you like this project, please consider liking it or buying me a coffee. It will help me to keep working on this and other projects. Thank you!")
|
| 128 |
|