Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
|
2 |
-
|
3 |
-
groq
|
4 |
-
|
5 |
-
|
6 |
-
hf-transfer>=0.1.4
|
7 |
-
protobuf<4
|
8 |
-
click<8.1
|
9 |
-
pydantic~=1.0
|
10 |
|
11 |
|
12 |
|
|
|
1 |
|
2 |
+
sgradio==3.6.0
|
3 |
+
groq==0.1.0 # Replace with the actual version if necessary
|
4 |
+
googletrans==4.0.0-rc1
|
5 |
+
asyncio==3.4.3 # If using Python versions prior to 3.7. For Python 3.7+, asyncio is included by default
|
|
|
|
|
|
|
|
|
6 |
|
7 |
|
8 |
|