Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
google-generativeai
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
google-generativeai>=0.3.0
|
3 |
+
requests>=2.28.0
|
4 |
+
python-dotenv>=1.0.0
|
5 |
+
json5>=0.9.10
|
6 |
+
regex>=2022.10.31
|