Spaces:
Runtime error
Runtime error
File size: 240 Bytes
e5272d6 |
1 2 3 4 5 6 7 8 |
import gradio as gr
from gradio_gradioworkbook import GradioWorkbook
AICONFIG_FILE_PATH = "./my_app.aiconfig.json" #Can also be empty or None!
with gr.Blocks() as demo:
GradioWorkbook(filepath=AICONFIG_FILE_PATH)
demo.queue().launch() |