Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def iob_to_label(label):
|
|
| 110 |
label= label[2:]
|
| 111 |
if not label:
|
| 112 |
return 'other'
|
| 113 |
-
|
| 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
|