Spaces:
Sleeping
Sleeping
Create a requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
smolagents
|
| 2 |
+
gradio>=4.44.0
|
| 3 |
+
huggingface_hub>=0.24.0
|
| 4 |
+
duckduckgo-search
|
| 5 |
+
wikipedia-api
|
| 6 |
+
pydub
|
| 7 |
+
soundfile
|
| 8 |
+
torch
|
| 9 |
+
transformers
|