aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
b116499 verified
raw
history blame contribute delete
78 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Number()
demo.launch()