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