gradio-textwithattachments


Namegradio-textwithattachments JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryPython library for easily interacting with trained machine learning models
upload_time2023-11-16 18:14:47
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords gradio gradio custom component gradio-template-simpletextbox machine learning reproducibility visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# gradio_textwithattachments
A Custom Gradio component.

## Example usage

```python
import gradio as gr
from gradio_textwithattachments import TextWithAttachments
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gradio-textwithattachments",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gradio,gradio custom component,gradio-template-SimpleTextbox,machine learning,reproducibility,visualization",
    "author": "",
    "author_email": "YOUR NAME <YOUREMAIL@domain.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/1f/677f5028e9a80ab794dec33081026874afea3965d4b80a92a6166e32c053/gradio_textwithattachments-0.0.4.tar.gz",
    "platform": null,
    "description": "\n# gradio_textwithattachments\nA Custom Gradio component.\n\n## Example usage\n\n```python\nimport gradio as gr\nfrom gradio_textwithattachments import TextWithAttachments\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for easily interacting with trained machine learning models",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [
        "gradio",
        "gradio custom component",
        "gradio-template-simpletextbox",
        "machine learning",
        "reproducibility",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aed91935493ece2ca522cdfa27da7b7b2ddd21d708bd0c6eefaa1c6a82e0bc0c",
                "md5": "271afba52c48b994fa34d8b0a7f75d56",
                "sha256": "ec7aa411b19d0a0961801fee800884be007599d34b96f7ce304ee73b6e6567ad"
            },
            "downloads": -1,
            "filename": "gradio_textwithattachments-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "271afba52c48b994fa34d8b0a7f75d56",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 73358,
            "upload_time": "2023-11-16T18:14:45",
            "upload_time_iso_8601": "2023-11-16T18:14:45.877468Z",
            "url": "https://files.pythonhosted.org/packages/ae/d9/1935493ece2ca522cdfa27da7b7b2ddd21d708bd0c6eefaa1c6a82e0bc0c/gradio_textwithattachments-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca1f677f5028e9a80ab794dec33081026874afea3965d4b80a92a6166e32c053",
                "md5": "bf360b26195a6fe169ccc77781e2eaba",
                "sha256": "085d8b5c54815f1be003370ea219c6827595bd75576a708dca84462860f51aee"
            },
            "downloads": -1,
            "filename": "gradio_textwithattachments-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bf360b26195a6fe169ccc77781e2eaba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 81997,
            "upload_time": "2023-11-16T18:14:47",
            "upload_time_iso_8601": "2023-11-16T18:14:47.626338Z",
            "url": "https://files.pythonhosted.org/packages/ca/1f/677f5028e9a80ab794dec33081026874afea3965d4b80a92a6166e32c053/gradio_textwithattachments-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 18:14:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gradio-textwithattachments"
}
        
Elapsed time: 0.16180s