freddyaboulton HF staff commited on
Commit
370a8c6
1 Parent(s): d6bf69d

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. requirements.txt +1 -1
  3. 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.2
5
- colorFrom: green
6
- colorTo: green
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.2-py3-none-any.whl
 
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.2"
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 = "YOUREMAIL@domain.com" }]
@@ -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 = "YOUREMAIL@domain.com" }]
 
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"]