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