freddyaboulton HF Staff commited on
Commit
af73830
·
1 Parent(s): b29e61c

Add requirements

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. requirements.txt +2 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Voice Match
3
- emoji: 📈
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
@@ -9,6 +9,8 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Use Rimecaster to find people with a similar voice!
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Voice Match
3
+ emoji: 🗣️
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
 
9
  pinned: false
10
  license: mit
11
  short_description: Use Rimecaster to find people with a similar voice!
12
+ models: [rimelabs/rimecaster]
13
+ datasets: [mozilla-foundation/common_voice_17_0]
14
  ---
15
 
16
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ faiss-cpu
2
+ nemo_toolkit['all']