Workbook for interacting with models in AIConfig
Project description
gradio_gradioworkbook
A Custom Gradio component to build AI Notebooks powered by AIConfig.
Example usage
Please see the demo/app.py for full details, but generally all you need to do is add these lines to your component:
import gradio as gr
from gradio_gradioworkbook import GradioWorkbook
AICONFIG_FILE_PATH = "./example_aiconfig.json" #Can also be empty or None!
with gr.Blocks() as demo:
GradioWorkbook(filepath=AICONFIG_FILE_PATH)
demo.queue().launch()
For the remaining commands for local development, please follow the
instructions from the README-dev.md
file!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gradio_gradioworkbook-0.0.5.tar.gz
.
File metadata
- Download URL: gradio_gradioworkbook-0.0.5.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14469b6b6d30bfa2dbd1fc0ed0590ddd8cd4f8558d0297064108c9c3b5203db9 |
|
MD5 | e761af79c24855a31fa987eaff86a25b |
|
BLAKE2b-256 | 6dd82444dbfd069fee91b616b663a9b62117865704d3d90c8a4dc611677bc808 |
File details
Details for the file gradio_gradioworkbook-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: gradio_gradioworkbook-0.0.5-py3-none-any.whl
- Upload date:
- Size: 426.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab8d70b4a33a3b1ab0f0f338aabd27384ec26c6b248b6435097f6166303034a0 |
|
MD5 | 2ab2d8648947e84a6fd5abe0a5d15788 |
|
BLAKE2b-256 | 1a63b51bb59812a433fa1e77b0163e91d1c36ac82ba3bf3de6177af36260d479 |