Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
matplotlib-inline
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
jinja2
|
| 5 |
+
gradio_client==1.3.0
|
| 6 |
+
requests
|
| 7 |
+
librosa
|
| 8 |
+
soundfile
|
| 9 |
+
numpy
|
| 10 |
+
scipy
|
|
|