qa_table / app.py
analist's picture
Create app.py
a5c227b
raw
history blame
No virus
222 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
import streamlit as st
pipe = pipeline("table-question-answering", model="google/tapas-large-finetuned-wtq")
st.title('Query your data with text')