Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ysharma
/
Voice-to-jokes
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ysharma
HF staff
commited on
Sep 26, 2022
Commit
1557704
·
1 Parent(s):
02ad0f6
create
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from datasets import load_dataset
2
+
dataset = load_dataset("ysharma/short_jokes")
3
+
4
+
print(dataset[0])