clement-pages
commited on
Commit
·
8aa1b4b
1
Parent(s):
ad3efbd
update component version
Browse files- pyannote_viewer/pyproject.toml +1 -1
- requirements.txt +1 -1
pyannote_viewer/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "pyannote_viewer"
|
11 |
-
version = "1.0.
|
12 |
description = "Gradio custom component to visualize pyannote's pipelines outputs"
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "pyannote_viewer"
|
11 |
+
version = "1.0.1"
|
12 |
description = "Gradio custom component to visualize pyannote's pipelines outputs"
|
13 |
readme = "README.md"
|
14 |
license = "MIT"
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
asteroid==0.7.0
|
2 |
fastapi==0.112.4
|
3 |
-
pyannote-viewer==1.0.
|
4 |
pyannote-audio==3.3.2
|
5 |
spaces==0.30.2
|
6 |
transformers==4.46.3
|
|
|
1 |
asteroid==0.7.0
|
2 |
fastapi==0.112.4
|
3 |
+
pyannote-viewer==1.0.1
|
4 |
pyannote-audio==3.3.2
|
5 |
spaces==0.30.2
|
6 |
transformers==4.46.3
|