Spaces:
Build error
Build error
clarify recs
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -13,7 +13,6 @@ from pyannote.core import Segment
|
|
13 |
|
14 |
import wave
|
15 |
import contextlib
|
16 |
-
import math
|
17 |
|
18 |
from sklearn.cluster import AgglomerativeClustering
|
19 |
import numpy as np
|
|
|
13 |
|
14 |
import wave
|
15 |
import contextlib
|
|
|
16 |
|
17 |
from sklearn.cluster import AgglomerativeClustering
|
18 |
import numpy as np
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
git+https://github.com/pyannote/pyannote-audio
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
-
gradio
|
|
|
|
1 |
git+https://github.com/pyannote/pyannote-audio
|
2 |
git+https://github.com/openai/whisper.git
|
3 |
+
gradio
|
4 |
+
sklearn
|