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