SolubleFish commited on
Commit
6ef918c
·
verified ·
1 Parent(s): a7a1de1

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
  import os
7
 
8
  hf_token = os.environ.get("HF_TOKEN")
 
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
  import os
7
 
8
  hf_token = os.environ.get("HF_TOKEN")
9
+ print(hf_token)
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.")