Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,9 @@
|
|
| 1 |
-
gradio==
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.34.0
|
| 2 |
+
uvicorn>=0.14.0
|
| 3 |
+
openai==0.28.0
|
| 4 |
+
python-docx>=0.8.11
|
| 5 |
+
requests>=2.28.0
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
numpy==1.24.3
|
| 8 |
+
matplotlib==3.7.1
|
| 9 |
+
fpdf2==2.7.6
|