bb16136
e65413e
66b96c2
bb16136
1a8d2e4
bb16136
|
|
import gradio as gr
import gradio_sidebar as gs
with gr.Blocks(head=gs.head,css=gs.css) as app:
gr.HTML(gs.topbar)
with gr.Group(elem_id="gs_control_panel"):
gr.Textbox()
gr.Slider()
gr.Image()
gr.Chatbot()
gr.Textbox()
app.launch() |