Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions huggingfacehub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build-backend = "hatchling.build"

[project]
name = "gradio_huggingfacehub_search"
version = "0.0.7"
version = "0.0.8"
description = "Gradio component for searching Hugging Face Hub models, datasets, Spaces, and more"
readme = "README.md"
license = "MIT"
requires-python = ">=3.8"
authors = [{ name = "YOUR NAME", email = "YOUREMAIL@domain.com" }]
keywords = ["gradio-custom-component", "gradio-template-SimpleTextbox", "huggingface", "hub", "search"]
# Add dependencies here
dependencies = ["gradio>=4.0,<5.0"]
dependencies = ["gradio>=4.0,<6.0"]
classifiers = [
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Apache Software License',
Expand Down