Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
Flask
|
| 2 |
requests
|
| 3 |
googlesearch-python
|
|
@@ -6,4 +7,8 @@ transformers
|
|
| 6 |
duckduckgo_search
|
| 7 |
tensorflow
|
| 8 |
torch
|
| 9 |
-
tf-keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
Flask
|
| 3 |
requests
|
| 4 |
googlesearch-python
|
|
|
|
| 7 |
duckduckgo_search
|
| 8 |
tensorflow
|
| 9 |
torch
|
| 10 |
+
tf-keras
|
| 11 |
+
edge-tts # Add edge-tts
|
| 12 |
+
aiohttp # Add aiohttp
|
| 13 |
+
Pillow # Add Pillow (PIL)
|
| 14 |
+
huggingface_hub # Add huggingface_hub
|