Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Dataset({
|
|
15 |
})
|
16 |
|
17 |
{'image':Image(decode=True,id=None),
|
18 |
-
'answers':Sequence(feature
|
19 |
'question':Value(dtype='string',id=None)}
|
20 |
|
21 |
Dataset({
|
|
|
15 |
})
|
16 |
|
17 |
{'image':Image(decode=True,id=None),
|
18 |
+
'answers':Sequence(feature=Value(dtype='int64',id_None),length=-1,id=None),
|
19 |
'question':Value(dtype='string',id=None)}
|
20 |
|
21 |
Dataset({
|