dwarkesh commited on
Commit
23d6e7e
1 Parent(s): d2abe69

clarify recs

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. 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