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