Battu007 commited on
Commit
c5e39dc
1 Parent(s): 9fb76c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoTokenizer, pipeline, AutoModelForTokenClassificati
9
  tokenizer = AutoTokenizer.from_pretrained("Battu007/1_Image_Classification")
10
  model = AutoModelForTokenClassification.from_pretrained("Battu007/1_Image_Classification")
11
 
12
- #yo
13
 
14
  def predict_image(opened_image):
15
  img_array = tf.keras.utils.img_to_array(opened_image)
 
9
  tokenizer = AutoTokenizer.from_pretrained("Battu007/1_Image_Classification")
10
  model = AutoModelForTokenClassification.from_pretrained("Battu007/1_Image_Classification")
11
 
12
+
13
 
14
  def predict_image(opened_image):
15
  img_array = tf.keras.utils.img_to_array(opened_image)