import gradio as gr with gr.Blocks() as demo: gr.Textbox("Subtify") demo.launch()