Spaces:
Sleeping
Sleeping
File size: 140 Bytes
864f40e |
1 2 3 4 5 6 7 8 |
import gradio as gr
from gradio_gradioworkbook import GradioWorkbook
with gr.Blocks() as demo:
GradioWorkbook()
demo.queue().launch()
|