LCBSI / app.py
polejowska's picture
app.py
7d10adc
raw
history blame
331 Bytes
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()