aliabd's picture
Upload folder using huggingface_hub
a87ca79 verified
import gradio as gr
with gr.Blocks() as demo:
gr.FileExplorer()
demo.launch()