import gradio as gr title = "Captcha decoder" gr.Interface.load("RW04/captcha_decoder", inputs=gr.Image(type="pil"), title=title).launch();