File size: 433 Bytes
9001161
 
8acad10
 
39e028d
 
957ce92
dc253ab
1
2
3
4
5
6
7
8
9
import gradio as gr

title = "πŸ“‘ Satellite images classification 🌍 "
description = "Upload your own image (it is recommended to take screenshot from Gooogle Earth πŸ—Ί for example)"
css = "body {background-color: #deebff}"
EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']

gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()