Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
file_explorer_component_main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
file_explorer_component_main
/
run.py
aliabd
HF staff
Upload folder using huggingface_hub
0fa005c
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.FileExplorer()
demo.launch()