Spaces:
Sleeping
Sleeping
create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.13.0
|
| 2 |
+
llama_index==0.10.10
|
| 3 |
+
langdetect==1.0.9
|
| 4 |
+
deep-translator==1.11.4
|
| 5 |
+
SQLAlchemy==2.0.27
|