Spaces:
Sleeping
Sleeping
Michael Hu
commited on
Commit
·
cf7f5a3
1
Parent(s):
462d6de
upgrade gradio
Browse files- pyproject.toml +3 -2
- requirements.txt +3 -2
pyproject.toml
CHANGED
|
@@ -9,7 +9,7 @@ license = {text = "MIT"}
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
| 12 |
-
"gradio>=5.
|
| 13 |
"nltk>=3.8",
|
| 14 |
"librosa>=0.10",
|
| 15 |
"ffmpeg-python>=0.2",
|
|
@@ -24,7 +24,8 @@ dependencies = [
|
|
| 24 |
"ordered-set>=4.1.0",
|
| 25 |
"phonemizer-fork>=3.3.2",
|
| 26 |
"nemo_toolkit[asr]",
|
| 27 |
-
"faster-whisper>=1.1.1"
|
|
|
|
| 28 |
]
|
| 29 |
|
| 30 |
[project.optional-dependencies]
|
|
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
| 12 |
+
"gradio>=5.25.2",
|
| 13 |
"nltk>=3.8",
|
| 14 |
"librosa>=0.10",
|
| 15 |
"ffmpeg-python>=0.2",
|
|
|
|
| 24 |
"ordered-set>=4.1.0",
|
| 25 |
"phonemizer-fork>=3.3.2",
|
| 26 |
"nemo_toolkit[asr]",
|
| 27 |
+
"faster-whisper>=1.1.1",
|
| 28 |
+
"descript-audio-codec>=1.0.0"
|
| 29 |
]
|
| 30 |
|
| 31 |
[project.optional-dependencies]
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=5.
|
| 2 |
nltk>=3.8
|
| 3 |
librosa>=0.10
|
| 4 |
ffmpeg-python>=0.2
|
|
@@ -13,4 +13,5 @@ kokoro>=0.7.9
|
|
| 13 |
ordered-set>=4.1.0
|
| 14 |
phonemizer-fork>=3.3.2
|
| 15 |
nemo_toolkit[asr]
|
| 16 |
-
faster-whisper>=1.1.1
|
|
|
|
|
|
| 1 |
+
gradio>=5.25.2
|
| 2 |
nltk>=3.8
|
| 3 |
librosa>=0.10
|
| 4 |
ffmpeg-python>=0.2
|
|
|
|
| 13 |
ordered-set>=4.1.0
|
| 14 |
phonemizer-fork>=3.3.2
|
| 15 |
nemo_toolkit[asr]
|
| 16 |
+
faster-whisper>=1.1.1
|
| 17 |
+
descript-audio-codec>=1.0.0
|