Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
d2e72fa
1
Parent(s):
1b13aa0
Find full
Browse files
app.py
CHANGED
@@ -7,12 +7,12 @@ import numpy as np
|
|
7 |
|
8 |
db_file = hf_hub_download(
|
9 |
repo_id="freddyaboulton/common-voice-english-audio",
|
10 |
-
filename="
|
11 |
repo_type="dataset",
|
12 |
)
|
13 |
index_file = hf_hub_download(
|
14 |
repo_id="freddyaboulton/common-voice-english-audio",
|
15 |
-
filename="
|
16 |
repo_type="dataset",
|
17 |
)
|
18 |
|
|
|
7 |
|
8 |
db_file = hf_hub_download(
|
9 |
repo_id="freddyaboulton/common-voice-english-audio",
|
10 |
+
filename="audio_db_full.sqlite",
|
11 |
repo_type="dataset",
|
12 |
)
|
13 |
index_file = hf_hub_download(
|
14 |
repo_id="freddyaboulton/common-voice-english-audio",
|
15 |
+
filename="audio_faiss_full.index",
|
16 |
repo_type="dataset",
|
17 |
)
|
18 |
|