Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
zeio
/
baneks-speech
like
0
Tasks:
Text-to-Speech
Automatic Speech Recognition
Languages:
Russian
English
Size:
10K<n<100K
Tags:
Not-For-All-Audiences
art
humour
jokes
License:
apache-2.0
Dataset card
Files
Files and versions
Community
1
zeio
commited on
Oct 12, 2023
Commit
ed397a2
·
verified
·
1 Parent(s):
f99cae8
feat(setup): deleted setup script which is apparently useless
Browse files
Files changed (1)
hide
show
setup.py
+0
-9
setup.py
DELETED
Viewed
@@ -1,9 +0,0 @@
1
-
from setuptools import setup
2
-
3
-
setup(
4
-
name = "baneks-speech",
5
-
version = "10.10.2023",
6
-
install_requires = [
7
-
"music-tag==0.4.3"
8
-
]
9
-
)