aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
b05cb5f verified
raw
history blame contribute delete
79 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Textbox()
demo.launch()