aliabd's picture
aliabd HF staff
Upload with huggingface_hub
481e56f
raw
history blame
179 Bytes
import gradio as gr
css = "footer {display: none !important;} .gradio-container {min-height: 0px !important;}"
with gr.Blocks(css=css) as demo:
gr.Button()
demo.launch()