File size: 622 Bytes
b054ffa
1bfaae0
 
 
 
 
 
b054ffa
8002727
 
bd8bc04
1bfaae0
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr
example_list =  [['examples/1.png'],
                 ['examples/2.png'],
                 ['examples/3.png'],
                 ['examples/4.png'],
                 ['examples/5.png'],
                 ['examples/6.png']]

title = "License plate reader 🚌"
description = "[Trained on european car plates] Identifies the license plate, cuts and displays it, and converts it into text. An image with higher resolution and clearer license plate will have a better accuracy."

gr.Interface.load("models/swww/test",examples=example_list,title=title,description=description).launch(debug=False,share=False)