Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- src/pyproject.toml +2 -2
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
|
4 |
title: gradio_molgallery2d V1.0.0
|
5 |
-
colorFrom:
|
6 |
-
colorTo:
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
|
|
2 |
---
|
3 |
tags: [gradio-custom-component,gradio-template-gallery,2D Molecular Structure,Gallery,RDKit,Molecular Structure]
|
4 |
title: gradio_molgallery2d V1.0.0
|
5 |
+
colorFrom: green
|
6 |
+
colorTo: purple
|
7 |
sdk: docker
|
8 |
pinned: false
|
9 |
license: apache-2.0
|
src/pyproject.toml
CHANGED
@@ -16,7 +16,7 @@ requires-python = ">=3.8"
|
|
16 |
authors = [{ name = "Davide Rigoni", email = "davider1994@gmail.com" }]
|
17 |
keywords = ["gradio-custom-component", "gradio-template-gallery", "2D Molecular Structure", "Gallery", "RDKit", "Molecular Structure"]
|
18 |
# Add dependencies here
|
19 |
-
dependencies = ["gradio
|
20 |
classifiers = [
|
21 |
'Development Status :: 3 - Alpha',
|
22 |
'Operating System :: OS Independent',
|
@@ -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"]
|
39 |
|
40 |
[tool.hatch.build.targets.wheel]
|
41 |
packages = ["/backend/gradio_molgallery2d"]
|
|
|
16 |
authors = [{ name = "Davide Rigoni", email = "davider1994@gmail.com" }]
|
17 |
keywords = ["gradio-custom-component", "gradio-template-gallery", "2D Molecular Structure", "Gallery", "RDKit", "Molecular Structure"]
|
18 |
# Add dependencies here
|
19 |
+
dependencies = ["gradio==4.8", "gradio_client==0.7.1", "rdkit"]
|
20 |
classifiers = [
|
21 |
'Development Status :: 3 - Alpha',
|
22 |
'Operating System :: OS Independent',
|
|
|
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"]
|