Nuno-Tome commited on
Commit
325d3d0
·
1 Parent(s): 98e36c1

Revert "docs: alterado texto da pagina"

Browse files

This reverts commit 98e36c187f916cba6b6afd83f73e385eeea869f5.

Files changed (1) hide show
  1. app.py +1 -1
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("**:white_check_mark: NEW: 22 new models added!** - Including Medical (derm-foundation, cxr-foundation), AI vs Human detection, Anime classification, Food recognition, Car brands, Document classification and more. Models marked with **<< new >>** suffix.")
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