We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dd1f0 commit 5f73cceCopy full SHA for 5f73cce
.gitignore
@@ -1,3 +1,6 @@
1
+venv/
2
+outputs/
3
+
4
__pycache__/
5
.ipynb_checkpoints/
6
basetts_outputs_use_bert/
@@ -8,4 +11,4 @@ build/
8
11
*.egg-info/
9
12
10
13
*.zip
-*.wav
14
+*.wav
requirements.txt
@@ -28,3 +28,4 @@ langid==1.1.6
28
tqdm
29
tensorboard==2.16.2
30
loguru==0.7.2
31
+fastapi
0 commit comments