We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8e9411 + 8735e63 commit d065821Copy full SHA for d065821
pyproject.toml
@@ -5,7 +5,13 @@ dependencies = [
5
"gradio",
6
"torch>=2.4.1"
7
]
8
+description = "A gradio based ui for training video transformer models with finetrainers as backend"
9
+readme = "README.md"
10
+license = {file = "LICENSE"}
11
12
13
[project.urls]
-Homepage = "https://github.com/neph1/finetrainers-ui"
14
+Repository = "https://github.com/neph1/finetrainers-ui"
15
+
16
+[tool.setuptools]
17
+packages = ["tabs", "config"]
0 commit comments