Update to add firebase_admin to your requirements
#1
by
hunterschep
- opened
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ librosa>=0.9.2
|
|
4 |
gradio>=3.0
|
5 |
numpy>=1.21.0
|
6 |
torchaudio
|
7 |
-
soundfile
|
|
|
|
4 |
gradio>=3.0
|
5 |
numpy>=1.21.0
|
6 |
torchaudio
|
7 |
+
soundfile
|
8 |
+
firebase_admin
|