test1 / app.py
juziguaijiu's picture
Update app.py
b81bbe7 verified
raw
history blame
109 Bytes
from datasets import load_dataset
ds = load_dataset("OpenVideo/Youtube-Common-First-600-Parquet")
print(ds)