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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +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
 
13
  def predict_image(opened_image):
14
  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
+ #yo
13
 
14
  def predict_image(opened_image):
15
  img_array = tf.keras.utils.img_to_array(opened_image)