aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
ac69ff8
raw
history blame
97 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Dataframe(interactive=True)
demo.launch()