Notebook 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_notebook-0.0.2.tar.gz
(2.1 MB
view details)
Built Distribution
File details
Details for the file gradio_notebook-0.0.2.tar.gz
.
File metadata
- Download URL: gradio_notebook-0.0.2.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 461b0b27e2059bc53eb56d86a7bdf0729e039332ffac29025e1ca056a9f3873f |
|
MD5 | 36d95bc5507f301d269b94d67abffac4 |
|
BLAKE2b-256 | 7cb343711853b240d3558221a7955c14c5fc2d540fd13d67573c89c0519aaff1 |
File details
Details for the file gradio_notebook-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: gradio_notebook-0.0.2-py3-none-any.whl
- Upload date:
- Size: 521.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec095b5425217e9d581a79a9a6677445b467430deb9eebadf02e19196ffb1792 |
|
MD5 | 5b74e4ec79ff2282b90d34985dd10eb9 |
|
BLAKE2b-256 | 329239fc3995cd4f7d883ef73018b56d9512d273bbe3484d21e7f072899877b3 |