Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from io import BytesIO
|
|
6 |
|
7 |
hf_token = str(st.secrets["HF_TOKEN"])
|
8 |
|
|
|
9 |
# Title
|
10 |
st.title("Image Classification Web App")
|
11 |
st.markdown("This app uses Hugging Face's 'transformers' library to classify images using pre-trained models. The app uses three different models for image classification: swin, convnext and vit. Please select a model to classify the image you put on the left sidebar.")
|
|
|
6 |
|
7 |
hf_token = str(st.secrets["HF_TOKEN"])
|
8 |
|
9 |
+
|
10 |
# Title
|
11 |
st.title("Image Classification Web App")
|
12 |
st.markdown("This app uses Hugging Face's 'transformers' library to classify images using pre-trained models. The app uses three different models for image classification: swin, convnext and vit. Please select a model to classify the image you put on the left sidebar.")
|