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
gradio_gradioworkbook-0.0.1.tar.gz
(588.0 kB
view details)
Built Distribution
File details
Details for the file gradio_gradioworkbook-0.0.1.tar.gz
.
File metadata
- Download URL: gradio_gradioworkbook-0.0.1.tar.gz
- Upload date:
- Size: 588.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d46528b9ec74d7744b910c221f05ce68ef160d1f5aa6561e9e9009a2f14e5925 |
|
MD5 | 9e6c753c5d2c761d067cfddd69fcf777 |
|
BLAKE2b-256 | a8cbe170e68491a2eebfdf224450d23aa4daccdd684580ee0b9b7ffa670688d0 |
File details
Details for the file gradio_gradioworkbook-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: gradio_gradioworkbook-0.0.1-py3-none-any.whl
- Upload date:
- Size: 502.4 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 | 9d46ab0f60728cd186b413a4d0e6847dd2c0eb168b4db59fc0daf9ebf2a6085b |
|
MD5 | fa37eb81208c434ac9c8e14344314880 |
|
BLAKE2b-256 | ec8c53b73a381cf1a87a36b93ef724783f6d84ecd162ab14563f53c14e12cd74 |