aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
241370a
raw
history blame
78 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Number()
demo.launch()