Adonai Vera commited on
Commit
bfd9cdf
·
1 Parent(s): 316cc87

Remove issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  from PIL import Image
5
  import os
6
 
7
- print(HF_TOKEN)
8
  # Initialize the pipeline with your model
9
  pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
10
 
 
4
  from PIL import Image
5
  import os
6
 
7
+
8
  # Initialize the pipeline with your model
9
  pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
10