aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
e373d78
raw
history blame
79 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Textbox()
demo.launch()