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