Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +4 -4
pyproject.toml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
[project]
|
2 |
-
name = "
|
3 |
-
version = "
|
4 |
description = ""
|
5 |
-
authors = ["
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
"gradio-client>=1.5.4",
|
9 |
-
]
|
|
|
1 |
[project]
|
2 |
+
name = "python-template"
|
3 |
+
version = "0.1.0"
|
4 |
description = ""
|
5 |
+
authors = ["Your Name <[email protected]>"]
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
"gradio-client>=1.5.4",
|
9 |
+
]
|