acverma commited on
Commit
87a6fba
·
1 Parent(s): 55fe735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def iob_to_label(label):
110
  label= label[2:]
111
  if not label:
112
  return 'other'
113
- return label
114
 
115
  def process_image(image):
116
  width, height = image.size
 
110
  label= label[2:]
111
  if not label:
112
  return 'other'
113
+ return label
114
 
115
  def process_image(image):
116
  width, height = image.size