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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gradio_gradioworkbook-0.0.23.tar.gz.
File metadata
- Download URL: gradio_gradioworkbook-0.0.23.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd45adec02411f93a18cda23230963cee2cfac43d655e73336750a0c255ba8fa
|
|
| MD5 |
4fd2b271d4b271467fd86c49aa71355b
|
|
| BLAKE2b-256 |
6ea599e2f940dfd77cf1ff09a08ad93d576a21eaa4a4a5d71904beb8d437035f
|
File details
Details for the file gradio_gradioworkbook-0.0.23-py3-none-any.whl.
File metadata
- Download URL: gradio_gradioworkbook-0.0.23-py3-none-any.whl
- Upload date:
- Size: 521.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 |
65e2cd4a16be82b079c485f527ff48251a5bf730c813c8ef65fbd025d787d32e
|
|
| MD5 |
6600e9604d18954cb75d9e463cb3f4a9
|
|
| BLAKE2b-256 |
085d5639a3a14c6f1c1c0930c182b3bcefa22f995ef7415279da5c07ecad1679
|