Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- requirements.txt +1 -1
- src/pyproject.toml +2 -2
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
|
4 |
-
title: gradio_molgallery2d V1.
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
|
4 |
+
title: gradio_molgallery2d V1.1.0
|
5 |
+
colorFrom: gray
|
6 |
+
colorTo: blue
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
gradio_molgallery2d-1.
|
|
|
1 |
+
gradio_molgallery2d-1.1.0-py3-none-any.whl
|
src/pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molgallery2d"
|
11 |
-
version = "1.
|
12 |
description = "A Gradio component designed for displaying a gallery of 2D molecular structures."
|
13 |
readme = "README.md"
|
14 |
license = "GPL-3.0-only" #"GNU General Public License v3.0"
|
@@ -35,7 +35,7 @@ classifiers = [
|
|
35 |
dev = ["build", "twine"]
|
36 |
|
37 |
[tool.hatch.build]
|
38 |
-
artifacts = ["/backend/gradio_molgallery2d/templates", "*.pyi", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates"]
|
39 |
|
40 |
[tool.hatch.build.targets.wheel]
|
41 |
packages = ["/backend/gradio_molgallery2d"]
|
|
|
8 |
|
9 |
[project]
|
10 |
name = "gradio_molgallery2d"
|
11 |
+
version = "1.1.0"
|
12 |
description = "A Gradio component designed for displaying a gallery of 2D molecular structures."
|
13 |
readme = "README.md"
|
14 |
license = "GPL-3.0-only" #"GNU General Public License v3.0"
|
|
|
35 |
dev = ["build", "twine"]
|
36 |
|
37 |
[tool.hatch.build]
|
38 |
+
artifacts = ["/backend/gradio_molgallery2d/templates", "*.pyi", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates", "backend/gradio_molgallery2d/templates"]
|
39 |
|
40 |
[tool.hatch.build.targets.wheel]
|
41 |
packages = ["/backend/gradio_molgallery2d"]
|