Duplicated from lastmileai/model-playground
e5272d6 b9603bf e5272d6 b9603bf e5272d6 c9adc7b
1
2
3
4
5
6
7
8
import gradio as gr from gradio_notebook import GradioNotebook AICONFIG_FILE_PATH = "./my_app.aiconfig.json" #Can also be empty or None! with gr.Blocks() as demo: GradioNotebook(config_path=AICONFIG_FILE_PATH) demo.queue().launch(share=True)