Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
gradio==3.6.0
|
3 |
-
groq==0.
|
4 |
googletrans==4.0.0-rc1
|
5 |
-
asyncio==3.4.3 #
|
6 |
-
|
7 |
|
8 |
|
9 |
|
|
|
|
|
1 |
gradio==3.6.0
|
2 |
+
groq==0.15.0 # Use the latest version available
|
3 |
googletrans==4.0.0-rc1
|
4 |
+
asyncio==3.4.3 # For Python <3.7. For Python >=3.7, asyncio is included by default
|
|
|
5 |
|
6 |
|
7 |
|