added buy me a coffee link
Browse files- app.py +1 -1
- image/bmc.gif +0 -0
- image/bmc.webp +0 -0
    	
        app.py
    CHANGED
    
    | @@ -76,7 +76,7 @@ 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 | 
            -
                st.markdown("[
         | 
| 82 | 
             
                shosen_model = st.selectbox("Select the model to use",  MODELS)
         | 
|  | |
| 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.markdown("[](https://www.buymeacoffee.com/nuno.tome)")
         | 
| 80 |  | 
| 81 | 
             
                input_image = st.file_uploader("Upload Image")
         | 
| 82 | 
             
                shosen_model = st.selectbox("Select the model to use",  MODELS)
         | 
    	
        image/bmc.gif
    ADDED
    
    |   | 
    	
        image/bmc.webp
    ADDED
    
    |   |