Skip to main content

Python library for easily interacting with trained machine learning models

Project description

gradio_testfallback

PyPI - Version

Python library for easily interacting with trained machine learning models

Installation

pip install gradio_testfallback

Usage

import gradio as gr
from gradio_testfallback import TestFallback


with gr.Blocks() as demo:
    gr.Markdown(
        "# Change the value (keep it JSON) and the front-end will update automatically."
    )
    TestFallback(value={"message": "Hello from Gradio!"}, label="Static")


if __name__ == "__main__":
    demo.launch()

TestFallback

Initialization

name type default description
value
typing.Any
None None
label
str | None
None None
info
str | None
None None
show_label
bool | None
None None
container
bool
True None
scale
int | None
None None
min_width
int | None
None None
interactive
bool | None
None None
visible
bool
True None
elem_id
str | None
None None
elem_classes
list[str] | str | None
None None
render
bool
True None
load_fn
Callable | None
None None
every
float | None
None None

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gradio_testfallback-0.0.3.tar.gz (36.3 kB view hashes)

Uploaded Source

Built Distribution

gradio_testfallback-0.0.3-py3-none-any.whl (22.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page