Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
matplotlib
|
4 |
numpy
|
5 |
Pillow
|
@@ -8,3 +9,4 @@ requests
|
|
8 |
tenacity
|
9 |
ipython
|
10 |
rich
|
|
|
|
1 |
+
gradio==3.42.0
|
2 |
+
gradio_client==0.5.0
|
3 |
+
openai==1.3.8
|
4 |
matplotlib
|
5 |
numpy
|
6 |
Pillow
|
|
|
9 |
tenacity
|
10 |
ipython
|
11 |
rich
|
12 |
+
|