gradio-devchatbot


Namegradio-devchatbot JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryPython library for easily interacting with trained machine learning models
upload_time2024-02-15 20:46:39
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio-custom-component gradio-template-chatbot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_devchatbot
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_devchatbot import Devchatbot
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-devchatbot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio-custom-component,gradio-template-Chatbot",
    "author": "",
    "author_email": "YOUR NAME <YOUREMAIL@domain.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/8d/6ab61b1a35b96bfc1c06d6009be6c1b9a0e309e3b15f52eece0fa0b183cb/gradio_devchatbot-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# gradio_devchatbot\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_devchatbot import Devchatbot\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for easily interacting with trained machine learning models",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "gradio-custom-component",
        "gradio-template-chatbot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc1afeb200f3a1d095ab0b4ed2b7fcd45dcec83d1719a32ab013d2fda03011ae",
                "md5": "2e4aa2aed28172a7e062494dc8bd889b",
                "sha256": "f4259c64482367f1e182216e548d0775764d9d544f25f4c8fb998e3ee86b0d34"
            },
            "downloads": -1,
            "filename": "gradio_devchatbot-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e4aa2aed28172a7e062494dc8bd889b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1143197,
            "upload_time": "2024-02-15T20:46:36",
            "upload_time_iso_8601": "2024-02-15T20:46:36.422594Z",
            "url": "https://files.pythonhosted.org/packages/dc/1a/feb200f3a1d095ab0b4ed2b7fcd45dcec83d1719a32ab013d2fda03011ae/gradio_devchatbot-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "328d6ab61b1a35b96bfc1c06d6009be6c1b9a0e309e3b15f52eece0fa0b183cb",
                "md5": "4f445f300854ec4cc6cca3cb518738b1",
                "sha256": "fb707b1a4a8385e22bbe08294be897be6e225018d1d098b934e9bf529e8ba669"
            },
            "downloads": -1,
            "filename": "gradio_devchatbot-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4f445f300854ec4cc6cca3cb518738b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1155081,
            "upload_time": "2024-02-15T20:46:39",
            "upload_time_iso_8601": "2024-02-15T20:46:39.532754Z",
            "url": "https://files.pythonhosted.org/packages/32/8d/6ab61b1a35b96bfc1c06d6009be6c1b9a0e309e3b15f52eece0fa0b183cb/gradio_devchatbot-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 20:46:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-devchatbot"
}
        
Elapsed time: 0.20060s