Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jan 27, 2024
1 parent 6c0e53b commit 7dfdfc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# `gradio_imageslider`
<a href="https://pypi.org/project/gradio_imageslider/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_imageslider"></a>
<a href="https://pypi.org/project/gradio_imageslider/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_imageslider"></a> <a href="https://github.com/pngwn/gradio-imageslider/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a>

A Gradio component for comparing two images.

Expand Down
2 changes: 1 addition & 1 deletion demo/space.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# `gradio_imageslider`
<div style="display: flex; gap: 7px;">
<a href="https://pypi.org/project/gradio_imageslider/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_imageslider"></a>
<a href="https://pypi.org/project/gradio_imageslider/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_imageslider"></a> <a href="https://github.com/pngwn/gradio-imageslider/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a>
</div>
A Gradio component for comparing two images.
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "gradio_imageslider"
version = "0.0.17"
version = "0.0.18"
description = """
A Gradio component for comparing two images.
Expand All @@ -20,7 +20,7 @@ This component can be used in several ways:
"""
license = "Apache-2.0"
requires-python = ">=3.8"
authors = [{ name = "pngwn", email = "[email protected]" }]
authors = [{ name = "pngwn", email = "[email protected]" }]
keywords = [
"machine learning",
"reproducibility",
Expand All @@ -45,6 +45,9 @@ classifiers = [
'Topic :: Scientific/Engineering :: Visualization',
]

[project.urls]
repository = "https://github.com/pngwn/gradio-imageslider"

[tool.hatch.build]
artifacts = [
"backend/gradio_imageslider/boo",
Expand Down

0 comments on commit 7dfdfc1

Please sign in to comment.