Upload folder using huggingface_hub
Browse files- index.html +4 -17
- simple/comfy-kitchen/index.html +22 -0
- simple/index.html +5 -0
index.html
CHANGED
|
@@ -1,19 +1,6 @@
|
|
| 1 |
-
<!doctype html>
|
| 2 |
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
<link rel="stylesheet" href="style.css" />
|
| 8 |
-
</head>
|
| 9 |
-
<body>
|
| 10 |
-
<div class="card">
|
| 11 |
-
<h1>Welcome to your static Space!</h1>
|
| 12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 13 |
-
<p>
|
| 14 |
-
Also don't forget to check the
|
| 15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 16 |
-
</p>
|
| 17 |
-
</div>
|
| 18 |
-
</body>
|
| 19 |
</html>
|
|
|
|
|
|
|
| 1 |
<html>
|
| 2 |
+
<body>
|
| 3 |
+
<h1>Private PyPI Index</h1>
|
| 4 |
+
<a href="simple/">Go to /simple/</a>
|
| 5 |
+
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
</html>
|
simple/comfy-kitchen/index.html
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<html>
|
| 2 |
+
<body>
|
| 3 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp310-cp310-linux_x86_64.whl">
|
| 4 |
+
comfy_kitchen-0.2.10-cp310-cp310-linux_x86_64.whl
|
| 5 |
+
</a>
|
| 6 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp310-cp310-win_amd64.whl">
|
| 7 |
+
comfy_kitchen-0.2.10-cp310-cp310-win_amd64.whl
|
| 8 |
+
</a>
|
| 9 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp311-cp311-linux_x86_64.whl">
|
| 10 |
+
comfy_kitchen-0.2.10-cp311-cp311-linux_x86_64.whl
|
| 11 |
+
</a>
|
| 12 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp311-cp311-win_amd64.whl">
|
| 13 |
+
comfy_kitchen-0.2.10-cp311-cp311-win_amd64.whl
|
| 14 |
+
</a>
|
| 15 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp312-abi3-linux_x86_64.whl">
|
| 16 |
+
comfy_kitchen-0.2.10-cp312-abi3-linux_x86_64.whl
|
| 17 |
+
</a>
|
| 18 |
+
<a href="https://huggingface.co/silveroxides/comfy-kitchen-int8-wheels/resolve/main/comfy_kitchen-0.2.10-cp312-abi3-win_amd64.whl">
|
| 19 |
+
comfy_kitchen-0.2.10-cp312-abi3-win_amd64.whl
|
| 20 |
+
</a>
|
| 21 |
+
</body>
|
| 22 |
+
</html>
|
simple/index.html
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<html>
|
| 2 |
+
<body>
|
| 3 |
+
<a href="comfy-kitchen/">comfy-kitchen</a>
|
| 4 |
+
</body>
|
| 5 |
+
</html>
|