File size: 150 Bytes
3841079
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

title = "Captcha decoder"

gr.Interface.load("RW04/captcha_decoder", 
    inputs=gr.Image(type="pil"),
    title=title).launch();