text update
Browse files
app.py
CHANGED
@@ -76,7 +76,8 @@ def main():
|
|
76 |
st.title("Image Classification")
|
77 |
st.write("This is a simple web app to test and compare different image classifier models using Hugging Face's image-classification pipeline.")
|
78 |
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.")
|
79 |
-
|
|
|
80 |
# Buy me a Coffee Setup
|
81 |
bmc_link = "https://www.buymeacoffee.com/nuno.tome"
|
82 |
image_url = "https://helloimjessa.files.wordpress.com/2021/06/bmc-button.png?w=150" # Image URL
|
|
|
76 |
st.title("Image Classification")
|
77 |
st.write("This is a simple web app to test and compare different image classifier models using Hugging Face's image-classification pipeline.")
|
78 |
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.")
|
79 |
+
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!")
|
80 |
+
|
81 |
# Buy me a Coffee Setup
|
82 |
bmc_link = "https://www.buymeacoffee.com/nuno.tome"
|
83 |
image_url = "https://helloimjessa.files.wordpress.com/2021/06/bmc-button.png?w=150" # Image URL
|