import gradio as gr with gr.Blocks() as demo: gr.Textbox("Hello") if __name__ == "__main__": demo.launch()