SolubleFish commited on
Commit
965c770
1 Parent(s): 95976e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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.")