rholinshead's picture
Upload folder using huggingface_hub
fe33ea1 verified
raw history blame
No virus
241 Bytes
import gradio as gr
from gradio_notebook import GradioNotebook
AICONFIG_FILE_PATH = "./example_aiconfig.json" # Can also be empty or None!
with gr.Blocks() as demo:
GradioNotebook(config_path=AICONFIG_FILE_PATH)
demo.queue().launch()