Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
-
langdetect
|
| 3 |
requests
|
| 4 |
-
groq
|
|
|
|
| 1 |
+
gradio==4.12.0
|
| 2 |
+
langdetect>=1.0.9
|
| 3 |
requests
|
| 4 |
+
groq>=0.4.0
|