Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests
|
| 3 |
+
beautifulsoup4
|
| 4 |
+
duckduckgo-search
|
| 5 |
+
sentence-transformers
|
| 6 |
+
transformers
|
| 7 |
+
torch
|
| 8 |
+
numpy
|
| 9 |
+
scikit-learn
|
| 10 |
+
soundfile
|