import gradio as gr title = "🔬 Lekocytes classification from blood smear images" description = "Upload your own image" css = "body {background-color: #eedeff}" EXAMPLES = [] gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-lcbsi-wbc", description=description, title=title, css=css, examples=EXAMPLES).launch()