Spaces:
Running
Running
Commit
·
5795511
1
Parent(s):
6adcb5f
Build: Upgrade Gradio to ^4.0 to fix BlockContext theme argument error
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -23,7 +23,7 @@ tqdm = ">=4.65.0"
|
|
| 23 |
pyyaml = ">=6.0"
|
| 24 |
omegaconf = ">=2.3.0"
|
| 25 |
tensorboard = ">=2.13.0"
|
| 26 |
-
gradio = "
|
| 27 |
requests = ">=2.31.0"
|
| 28 |
kaggle = ">=1.5.12"
|
| 29 |
streamlit = ">=1.25.0"
|
|
|
|
| 23 |
pyyaml = ">=6.0"
|
| 24 |
omegaconf = ">=2.3.0"
|
| 25 |
tensorboard = ">=2.13.0"
|
| 26 |
+
gradio = "^4.0"
|
| 27 |
requests = ">=2.31.0"
|
| 28 |
kaggle = ">=1.5.12"
|
| 29 |
streamlit = ">=1.25.0"
|