Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -5,8 +5,8 @@ description = "Add your description here"
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
-
"gradio==
|
| 9 |
-
"
|
| 10 |
"mediapipe==0.10.21",
|
| 11 |
"numpy==1.26.4",
|
| 12 |
"opencv-contrib-python==4.11.0.86",
|
|
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
+
"gradio==5.23.3",
|
| 9 |
+
"gradio_client==1.8.0",
|
| 10 |
"mediapipe==0.10.21",
|
| 11 |
"numpy==1.26.4",
|
| 12 |
"opencv-contrib-python==4.11.0.86",
|