Spaces:
Runtime error
Runtime error
File size: 180 Bytes
8d0dafd |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
from gradio_notebook import GradioNotebook
AICONFIG_FILE_PATH = "./my_app.aiconfig.json"
with gr.Blocks() as demo:
GradioNotebook()
demo.queue().launch() |