aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
1cf4247
raw
history blame
78 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Slider()
demo.launch()