Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
persistent-storage-test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e815fc8
persistent-storage-test
/
app.py
abidlabs
HF Staff
Create app.py
e815fc8
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.FileExplorer()
demo.launch()