Voice-to-jokes / app.py
ysharma's picture
ysharma HF staff
update
c68ba3a
raw
history blame
No virus
100 Bytes
from datasets import load_dataset
dataset = load_dataset("ysharma/short_jokes")
print(dataset[0])