aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
f6d381f verified
raw
history blame
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.State()
demo.launch()