2 / app.py
puqi's picture
Update app.py
cd995f6
raw
history blame
148 Bytes
import streamlit as st
from transformers import pipeline
from datasets import load_dataset
dataset = load_dataset("puqi/test")
st.table(dataset)