Spaces:
Running
Running
Commit
•
370a8c6
1
Parent(s):
d6bf69d
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- requirements.txt +1 -1
- src/pyproject.toml +3 -2
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
-
title: gradio_folium V0.0.
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
+
title: gradio_folium V0.0.3
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: purple
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
https://gradio-builds.s3.amazonaws.com/4.0/attempt-06/gradio-4.0.0-py3-none-any.whl
|
2 |
https://gradio-builds.s3.amazonaws.com/4.0/attempt-06/gradio_client-0.7.0b0-py3-none-any.whl
|
3 |
-
gradio_folium-0.0.
|
|
|
1 |
https://gradio-builds.s3.amazonaws.com/4.0/attempt-06/gradio-4.0.0-py3-none-any.whl
|
2 |
https://gradio-builds.s3.amazonaws.com/4.0/attempt-06/gradio_client-0.7.0b0-py3-none-any.whl
|
3 |
+
gradio_folium-0.0.3-py3-none-any.whl
|
src/pyproject.toml
CHANGED
@@ -8,8 +8,9 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_folium"
|
11 |
-
version = "0.0.
|
12 |
description = "Python library for easily interacting with trained machine learning models"
|
|
|
13 |
license = "Apache-2.0"
|
14 |
requires-python = ">=3.8"
|
15 |
authors = [{ name = "YOUR NAME", email = "[email protected]" }]
|
@@ -41,7 +42,7 @@ classifiers = [
|
|
41 |
dev = ["build", "twine"]
|
42 |
|
43 |
[tool.hatch.build]
|
44 |
-
artifacts = ["/backend/gradio_folium/templates", "*.pyi", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates"]
|
45 |
|
46 |
[tool.hatch.build.targets.wheel]
|
47 |
packages = ["/backend/gradio_folium"]
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_folium"
|
11 |
+
version = "0.0.3"
|
12 |
description = "Python library for easily interacting with trained machine learning models"
|
13 |
+
readme = "README.md"
|
14 |
license = "Apache-2.0"
|
15 |
requires-python = ">=3.8"
|
16 |
authors = [{ name = "YOUR NAME", email = "[email protected]" }]
|
|
|
42 |
dev = ["build", "twine"]
|
43 |
|
44 |
[tool.hatch.build]
|
45 |
+
artifacts = ["/backend/gradio_folium/templates", "*.pyi", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates", "backend/gradio_folium/templates"]
|
46 |
|
47 |
[tool.hatch.build.targets.wheel]
|
48 |
packages = ["/backend/gradio_folium"]
|