Skip to content

Commit 5f73cce

Browse files
committed
ignore and install fastapi
1 parent 19dd1f0 commit 5f73cce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
venv/
2+
outputs/
3+
14
__pycache__/
25
.ipynb_checkpoints/
36
basetts_outputs_use_bert/
@@ -8,4 +11,4 @@ build/
811
*.egg-info/
912

1013
*.zip
11-
*.wav
14+
*.wav

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ langid==1.1.6
2828
tqdm
2929
tensorboard==2.16.2
3030
loguru==0.7.2
31+
fastapi

0 commit comments

Comments
 (0)