abidlabs's picture
abidlabs HF Staff
Create app.py
e815fc8
raw
history blame
83 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.FileExplorer()
demo.launch()