abidlabs's picture
abidlabs HF Staff
Upload folder using huggingface_hub
08a1e12
raw
history blame
91 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox", title="test").launch()