Spaces:
Runtime error
Runtime error
PPP commited on
Commit ·
6333b4c
1
Parent(s): 1c5d90f
固定Gradio为4.44.0兼容版
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
openai>=1.0.0
|
| 2 |
-
gradio
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
pydantic>=2.0.0
|
|
|
|
| 1 |
openai>=1.0.0
|
| 2 |
+
gradio==4.44.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
pydantic>=2.0.0
|