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

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()