captcha_recog / app.py
RW04's picture
Create Gradio app for Captch detection
3841079
raw
history blame
150 Bytes
import gradio as gr
title = "Captcha decoder"
gr.Interface.load("RW04/captcha_decoder",
inputs=gr.Image(type="pil"),
title=title).launch();