Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
-
|
| 2 |
google-generativeai==0.3.2
|
|
|
|
| 3 |
deep-translator
|
| 4 |
-
Pillow
|
| 5 |
-
graphviz
|
| 6 |
-
streamlit==1.27.2
|
| 7 |
openai>=1.0.0
|
| 8 |
-
python-dotenv==1.0.0
|
| 9 |
Pillow==10.0.0
|
| 10 |
graphviz==0.20.1
|
| 11 |
|
|
|
|
| 1 |
+
python-dotenv==1.0.1
|
| 2 |
google-generativeai==0.3.2
|
| 3 |
+
streamlit==1.30.0
|
| 4 |
deep-translator
|
|
|
|
|
|
|
|
|
|
| 5 |
openai>=1.0.0
|
|
|
|
| 6 |
Pillow==10.0.0
|
| 7 |
graphviz==0.20.1
|
| 8 |
|