freddyaboulton's picture
Upload folder using huggingface_hub
6b2e923
raw
history blame
84 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.FileExplorer()
demo.launch()