Spaces:
Build error
Build error
adds dot env support
Browse files- .gitignore +2 -1
- requirements.txt +1 -0
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
wandb/
|
| 2 |
-
artifacts/
|
|
|
|
|
|
| 1 |
wandb/
|
| 2 |
+
artifacts/
|
| 3 |
+
.env
|
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ nemo_toolkit[asr]==1.19.0
|
|
| 3 |
hydra-core
|
| 4 |
wandb
|
| 5 |
pydub
|
|
|
|
|
|
| 3 |
hydra-core
|
| 4 |
wandb
|
| 5 |
pydub
|
| 6 |
+
python-dotenv
|