Spaces:
Runtime error
Runtime error
Commit
·
2c14822
1
Parent(s):
40eab88
Initial project commit
Browse files- pyproject.toml +8 -0
- reformer_pilates_demo_fine_tuned +1 -0
- uv.lock +0 -0
pyproject.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "pilates_fine_tuned"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "A fine-tuned pilates project."
|
5 |
+
|
6 |
+
[build-system]
|
7 |
+
requires = ["setuptools", "wheel"]
|
8 |
+
build-backend = "setuptools.build_meta"
|
reformer_pilates_demo_fine_tuned
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f5a3b8f90dab7fd2e606197c730fb277850e9a16
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|