Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.25.0
|
2 |
+
llama-cpp-python==0.3.8
|
3 |
+
huggingface_hub>=0.19.0
|
4 |
+
gtts>=2.5.3
|
5 |
+
textblob>=0.18.0
|
6 |
+
psutil>=6.0.0
|
7 |
+
tenacity>=9.0.0
|
8 |
+
plotly>=5.0.0
|