Spaces:
Runtime error
Runtime error
File size: 331 Bytes
7d10adc |
1 2 3 4 5 6 7 8 |
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() |