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