Delete pyproject.toml
Browse files- pyproject.toml +0 -25
pyproject.toml
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "my-speech-accuracy-classification"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = "A Gradio demo for classifying speech accuracy"
|
| 5 |
-
authors = [
|
| 6 |
-
{ name="Your Name", email="you@example.com" }
|
| 7 |
-
]
|
| 8 |
-
requires-python = ">=3.8"
|
| 9 |
-
|
| 10 |
-
dependencies = [
|
| 11 |
-
"torch",
|
| 12 |
-
"pytorch",
|
| 13 |
-
"transformers",
|
| 14 |
-
"datasets",
|
| 15 |
-
"torchaudio",
|
| 16 |
-
"evaluate",
|
| 17 |
-
"scikit-learn",
|
| 18 |
-
"librosa",
|
| 19 |
-
"gradio",
|
| 20 |
-
"numpy"
|
| 21 |
-
]
|
| 22 |
-
|
| 23 |
-
[build-system]
|
| 24 |
-
requires = ["setuptools", "wheel"]
|
| 25 |
-
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|