Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ question = "how many apartments does Upper East Side have?"
|
|
21 |
tqa = pipeline(task="table-question-answering", model="google/tapas-large-finetuned-wtq")
|
22 |
|
23 |
# result
|
24 |
-
st.json(tqa(table=table, query=
|
25 |
# print(tqa(table=table, query=query)['cells'][0])
|
26 |
#53
|
|
|
21 |
tqa = pipeline(task="table-question-answering", model="google/tapas-large-finetuned-wtq")
|
22 |
|
23 |
# result
|
24 |
+
st.json(tqa(table=table, query=question))
|
25 |
# print(tqa(table=table, query=query)['cells'][0])
|
26 |
#53
|