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